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