summaryrefslogtreecommitdiff
path: root/community/mplayer2
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-24 11:27:18 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-24 11:27:18 -0300
commita3ba265c32b1de731745e1abc812f5d21bcd6aaf (patch)
treee1302d14a6a73b6a674d2389d6427acb6b9ea870 /community/mplayer2
parent2792638784d70e22bfff1827f7e283c3158e58cf (diff)
parent9988621f899d7d4ae5fd0a4a32a4ba3abc5a527d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/gtranslator/PKGBUILD community-testing/gtranslator/gtranslator.changelog extra/emelfm2/PKGBUILD extra/wireshark/PKGBUILD extra/xfce4-diskperf-plugin/PKGBUILD extra/xfce4-mount-plugin/PKGBUILD extra/xfce4-wavelan-plugin/PKGBUILD multilib/gcc-multilib/PKGBUILD multilib/lib32-openssl/PKGBUILD testing/anjuta-extras/PKGBUILD testing/anjuta/PKGBUILD testing/gdl/PKGBUILD testing/lv2/PKGBUILD
Diffstat (limited to 'community/mplayer2')
-rw-r--r--community/mplayer2/mplayer2.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/mplayer2/mplayer2.install b/community/mplayer2/mplayer2.install
new file mode 100644
index 000000000..660593cf5
--- /dev/null
+++ b/community/mplayer2/mplayer2.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}