summarylogtreecommitdiffstats
path: root/xqf-git.install
diff options
context:
space:
mode:
authorSlashbunny2015-06-21 16:15:30 -0400
committerSlashbunny2015-06-21 16:15:30 -0400
commit37c04f2643fbd951a7d1eca08063ab481a062728 (patch)
tree0d9775d6e0c83e2b72a961270fa53f55f349d51f /xqf-git.install
parent16e98afccdf909177e8945f81551ee8d3858ae91 (diff)
downloadaur-37c04f2643fbd951a7d1eca08063ab481a062728.tar.gz
Upstream switched from autotools to cmake
Add install file to update icon caches
Diffstat (limited to 'xqf-git.install')
-rw-r--r--xqf-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/xqf-git.install b/xqf-git.install
new file mode 100644
index 000000000000..9c3e0382b2dc
--- /dev/null
+++ b/xqf-git.install
@@ -0,0 +1,13 @@
+
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+