summarylogtreecommitdiffstats
path: root/glogic.install
diff options
context:
space:
mode:
authorchron2015-07-21 13:18:56 +0200
committerchron2015-07-21 13:18:56 +0200
commitc5a792262bc3c43e4543dd9da6ecfa87e9445979 (patch)
treec52c8574868533c7eb71ce01d0db1d2a32622a8f /glogic.install
downloadaur-c5a792262bc3c43e4543dd9da6ecfa87e9445979.tar.gz
Copied kusakata files from AUR3, minor changes
Diffstat (limited to 'glogic.install')
-rw-r--r--glogic.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/glogic.install b/glogic.install
new file mode 100644
index 000000000000..17ca8f78a655
--- /dev/null
+++ b/glogic.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}