summaryrefslogtreecommitdiff
path: root/community/kdenlive/kdenlive.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/kdenlive/kdenlive.install')
-rw-r--r--community/kdenlive/kdenlive.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/kdenlive/kdenlive.install b/community/kdenlive/kdenlive.install
new file mode 100644
index 000000000..53a1827fd
--- /dev/null
+++ b/community/kdenlive/kdenlive.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-mime-database usr/share/mime &> /dev/null
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}