summarylogtreecommitdiffstats
path: root/elementary-icon-theme.install
diff options
context:
space:
mode:
Diffstat (limited to 'elementary-icon-theme.install')
-rw-r--r--elementary-icon-theme.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/elementary-icon-theme.install b/elementary-icon-theme.install
new file mode 100644
index 000000000000..06e322d5ae38
--- /dev/null
+++ b/elementary-icon-theme.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -ftq /usr/share/icons/elementary
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et: