summarylogtreecommitdiffstats
path: root/mplayer-gui-svn.install
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer-gui-svn.install')
-rw-r--r--mplayer-gui-svn.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/mplayer-gui-svn.install b/mplayer-gui-svn.install
new file mode 100644
index 000000000000..ce17dfd03d93
--- /dev/null
+++ b/mplayer-gui-svn.install
@@ -0,0 +1,8 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_remove() {
+ post_install
+}