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