summarylogtreecommitdiffstats
path: root/qwbfs.install
diff options
context:
space:
mode:
Diffstat (limited to 'qwbfs.install')
-rw-r--r--qwbfs.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/qwbfs.install b/qwbfs.install
new file mode 100644
index 000000000000..aa01b09e9149
--- /dev/null
+++ b/qwbfs.install
@@ -0,0 +1,9 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: