summarylogtreecommitdiffstats
path: root/korla-icon-theme-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'korla-icon-theme-git.install')
-rw-r--r--korla-icon-theme-git.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/korla-icon-theme-git.install b/korla-icon-theme-git.install
new file mode 100644
index 000000000000..e3e460d00470
--- /dev/null
+++ b/korla-icon-theme-git.install
@@ -0,0 +1,14 @@
+_iconpath=usr/share/icons
+
+_gtk_icon_cache() {
+ gtk-update-icon-cache -f -t "/$_iconpath/korla/"
+ gtk-update-icon-cache -f -t "/$_iconpath/korla-light/"
+}
+
+post_install() {
+ _gtk_icon_cache
+}
+
+post_upgrade() {
+ _gtk_icon_cache
+}