summaryrefslogtreecommitdiff
path: root/libre/mplayer-libre/mplayer.install
diff options
context:
space:
mode:
authorSorin-Mihai Vârgolici <smv@yobicore.org>2011-03-30 23:31:13 +0300
committerSorin-Mihai Vârgolici <smv@yobicore.org>2011-03-30 23:31:13 +0300
commitb0bc002fab7222d3693f6cf15a8c82ee3912d728 (patch)
treec735299a9a1d938c7ed96f0edafa6237dcd95bfe /libre/mplayer-libre/mplayer.install
parente26adb29beba0e6db3f4eae2d095da120148a198 (diff)
update
Diffstat (limited to 'libre/mplayer-libre/mplayer.install')
-rw-r--r--libre/mplayer-libre/mplayer.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/mplayer-libre/mplayer.install b/libre/mplayer-libre/mplayer.install
new file mode 100644
index 000000000..660593cf5
--- /dev/null
+++ b/libre/mplayer-libre/mplayer.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}