summarylogtreecommitdiffstats
path: root/xfce4-panel.install
diff options
context:
space:
mode:
authorCharles Bos2015-09-13 11:59:10 +0100
committerCharles Bos2015-09-13 11:59:10 +0100
commit5e8e3aac87217674e6c75ed02b34d85ce9507f4a (patch)
tree33454201dabc5674f2c78792c8b6c833d3fe55c8 /xfce4-panel.install
downloadaur-5e8e3aac87217674e6c75ed02b34d85ce9507f4a.tar.gz
Initial commit
Diffstat (limited to 'xfce4-panel.install')
-rw-r--r--xfce4-panel.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/xfce4-panel.install b/xfce4-panel.install
new file mode 100644
index 000000000000..c7a5da3595e8
--- /dev/null
+++ b/xfce4-panel.install
@@ -0,0 +1,14 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: