summarylogtreecommitdiffstats
path: root/mplayer.install
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.install')
-rw-r--r--mplayer.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/mplayer.install b/mplayer.install
new file mode 100644
index 000000000000..660593cf5668
--- /dev/null
+++ b/mplayer.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}