summaryrefslogtreecommitdiff
path: root/nonprism/openshot-libre-nonprism/openshot.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-04-20 04:53:32 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-04-20 04:53:32 -0300
commit50f89bfb9129c824de0bdec49bc0bb9ea5f1a846 (patch)
tree38f071ed2206f55f5e364aab0504c906285c7bbb /nonprism/openshot-libre-nonprism/openshot.install
parent047ba0817338ad30f4573f2bdb186f0a120e509e (diff)
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.install12
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
+}