summarylogtreecommitdiffstats
path: root/avidemux.install
diff options
context:
space:
mode:
authorsl1pkn072014-12-30 03:23:56 +0100
committersl1pkn072015-06-07 17:37:20 +0200
commitf00200688e20992acc688b6dd5be37255151208f (patch)
tree89e80be2990a147ba937fb4f742f7d3e033ec5a2 /avidemux.install
downloadaur-f00200688e20992acc688b6dd5be37255151208f.tar.gz
Initial commit
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
+}