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