summarylogtreecommitdiffstats
path: root/mplayer2-build-git.install
diff options
context:
space:
mode:
authorsl1pkn072015-06-08 18:40:44 +0200
committersl1pkn072015-06-08 18:40:44 +0200
commitc93d29b44dd838d76394aa659a44b22305ff0d22 (patch)
tree7efe8ff58535d37897a53b1820382c75a01275e9 /mplayer2-build-git.install
downloadaur-c93d29b44dd838d76394aa659a44b22305ff0d22.tar.gz
Initial commit
Diffstat (limited to 'mplayer2-build-git.install')
-rw-r--r--mplayer2-build-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mplayer2-build-git.install b/mplayer2-build-git.install
new file mode 100644
index 000000000000..d3289ab64233
--- /dev/null
+++ b/mplayer2-build-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+