summarylogtreecommitdiffstats
path: root/mednaffe.install
diff options
context:
space:
mode:
Diffstat (limited to 'mednaffe.install')
-rw-r--r--mednaffe.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/mednaffe.install b/mednaffe.install
new file mode 100644
index 000000000000..7dfbefb2bbcf
--- /dev/null
+++ b/mednaffe.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}