summarylogtreecommitdiffstats
path: root/avidemux.install
diff options
context:
space:
mode:
Diffstat (limited to 'avidemux.install')
-rw-r--r--avidemux.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/avidemux.install b/avidemux.install
new file mode 100644
index 000000000000..df8436b28a14
--- /dev/null
+++ b/avidemux.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}