diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-20 04:53:32 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-20 04:53:32 -0300 |
commit | 50f89bfb9129c824de0bdec49bc0bb9ea5f1a846 (patch) | |
tree | 38f071ed2206f55f5e364aab0504c906285c7bbb /nonprism/openshot-libre-nonprism/openshot.install | |
parent | 047ba0817338ad30f4573f2bdb186f0a120e509e (diff) | |
download | abslibre-50f89bfb9129c824de0bdec49bc0bb9ea5f1a846.tar.gz abslibre-50f89bfb9129c824de0bdec49bc0bb9ea5f1a846.tar.bz2 abslibre-50f89bfb9129c824de0bdec49bc0bb9ea5f1a846.zip |
openshot-libre-nonprism: add new package to [nonprism]
Diffstat (limited to 'nonprism/openshot-libre-nonprism/openshot.install')
-rw-r--r-- | nonprism/openshot-libre-nonprism/openshot.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nonprism/openshot-libre-nonprism/openshot.install b/nonprism/openshot-libre-nonprism/openshot.install new file mode 100644 index 000000000..046df0051 --- /dev/null +++ b/nonprism/openshot-libre-nonprism/openshot.install @@ -0,0 +1,12 @@ +post_install() { + update-mime-database usr/share/mime &>/dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |