summarylogtreecommitdiffstats
path: root/xqf-git.install
diff options
context:
space:
mode:
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
+}
+