summaryrefslogtreecommitdiffstats
path: root/abs/core/mplayer/mplayer.install
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-08-04 23:37:39 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-08-04 23:37:39 (GMT)
commitc883928b0a74db7246bf280d2c6644ccb68f0a81 (patch)
tree7571472b47dc536ccfe469e2ec998ca18a2a28ac /abs/core/mplayer/mplayer.install
parent8ca639078819fb0229652e9feb47c9550fe8747f (diff)
parent7a80bfb7738f90a5232afc3c39f8ded4e9dba21a (diff)
downloadlinhes_pkgbuild-c883928b0a74db7246bf280d2c6644ccb68f0a81.zip
linhes_pkgbuild-c883928b0a74db7246bf280d2c6644ccb68f0a81.tar.gz
linhes_pkgbuild-c883928b0a74db7246bf280d2c6644ccb68f0a81.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/mplayer/mplayer.install')
-rw-r--r--abs/core/mplayer/mplayer.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/mplayer/mplayer.install b/abs/core/mplayer/mplayer.install
new file mode 100644
index 0000000..660593c
--- /dev/null
+++ b/abs/core/mplayer/mplayer.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}