summarylogtreecommitdiffstats
path: root/elementary-plus-icon-theme-git.install
diff options
context:
space:
mode:
authorIan Glen2015-10-14 13:22:11 -0400
committerIan Glen2015-10-14 13:22:11 -0400
commit4b79df0a8cda97d8e4a79e3a6b2998a92e467b41 (patch)
treecba767c08dd5751515f89d8285f0af60a1ab9dee /elementary-plus-icon-theme-git.install
downloadaur-4b79df0a8cda97d8e4a79e3a6b2998a92e467b41.tar.gz
Initial import
Diffstat (limited to 'elementary-plus-icon-theme-git.install')
-rw-r--r--elementary-plus-icon-theme-git.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/elementary-plus-icon-theme-git.install b/elementary-plus-icon-theme-git.install
new file mode 100644
index 000000000000..7ac7e6cd86f4
--- /dev/null
+++ b/elementary-plus-icon-theme-git.install
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_remove() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+} \ No newline at end of file