summaryrefslogtreecommitdiff
path: root/nonprism/openshot-nonprism/openshot.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-26 22:12:00 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-26 22:12:00 -0300
commite3ef7422ec8daa79e8dcc62d0304f09c95cb8cec (patch)
tree3e16bd19af53d2e54926f2fda57d06a2087c96ff /nonprism/openshot-nonprism/openshot.install
parentee64fe57f2fee41d5f0af229306879b4f1b0cee8 (diff)
remove libre suffix on bitlbee and openshot nonprism packages
Diffstat (limited to 'nonprism/openshot-nonprism/openshot.install')
-rw-r--r--nonprism/openshot-nonprism/openshot.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/nonprism/openshot-nonprism/openshot.install b/nonprism/openshot-nonprism/openshot.install
new file mode 100644
index 000000000..046df0051
--- /dev/null
+++ b/nonprism/openshot-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
+}