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