summarylogtreecommitdiffstats
path: root/alacarte.install
diff options
context:
space:
mode:
authorJames An2015-01-24 07:54:35 -0500
committerJames An2015-01-24 07:54:35 -0500
commitfe96410535fac629cd223ba5aa1f279a6c155a66 (patch)
treeabfdfa764c4c10bbd216bae2c17ab5d32a976760 /alacarte.install
downloadaur-fe96410535fac629cd223ba5aa1f279a6c155a66.tar.gz
Added alacarte-xfce from the AUR.
Diffstat (limited to 'alacarte.install')
-rw-r--r--alacarte.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/alacarte.install b/alacarte.install
new file mode 100644
index 000000000000..cdf5fd48105e
--- /dev/null
+++ b/alacarte.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}