summaryrefslogtreecommitdiffstats
path: root/abs/extra/exo/exo.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/exo/exo.install')
-rw-r--r--abs/extra/exo/exo.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/exo/exo.install b/abs/extra/exo/exo.install
new file mode 100644
index 0000000..21b79d2
--- /dev/null
+++ b/abs/extra/exo/exo.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}