summaryrefslogtreecommitdiff
path: root/libre/openshot-libre/openshot.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/openshot-libre/openshot.install')
-rw-r--r--libre/openshot-libre/openshot.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/openshot-libre/openshot.install b/libre/openshot-libre/openshot.install
new file mode 100644
index 000000000..cc0de896d
--- /dev/null
+++ b/libre/openshot-libre/openshot.install
@@ -0,0 +1,11 @@
+post_install() {
+ [ -x `which update-mime-database` ] && update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+ [ -x `which update-mime-database` ] && update-mime-database usr/share/mime
+}
+
+post_remove() {
+ [ -x `which update-mime-database` ] && update-mime-database usr/share/mime
+}