summarylogtreecommitdiffstats
path: root/numix-icon-theme.install
diff options
context:
space:
mode:
Diffstat (limited to 'numix-icon-theme.install')
-rw-r--r--numix-icon-theme.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/numix-icon-theme.install b/numix-icon-theme.install
new file mode 100644
index 000000000000..567c6db0b5a5
--- /dev/null
+++ b/numix-icon-theme.install
@@ -0,0 +1,14 @@
+post-install() {
+ gtk-update-icon-cache -ftq usr/share/icons/Numix
+ gtk-update-icon-cache -ftq usr/share/icons/Numix-Light
+}
+
+post-upgrade() {
+ post-install
+}
+
+post-remove() {
+ post-install
+}
+
+# vim: ts=2 sw=2 et: