summarylogtreecommitdiffstats
path: root/xfce4-panel.install
diff options
context:
space:
mode:
authorTed Alff2015-07-28 19:47:44 -0400
committerTed Alff2015-07-28 19:47:44 -0400
commitfe4a7e5a6d85a0dbdbd2f05b2aca273b5f76f7c3 (patch)
treea0abbafb4a3ad0d4cdf1704666f3dc4a952c37e1 /xfce4-panel.install
downloadaur-fe4a7e5a6d85a0dbdbd2f05b2aca273b5f76f7c3.tar.gz
Initial AUR4 import
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: