summaryrefslogtreecommitdiff
path: root/community/lxde-common/lxde-common.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxde-common/lxde-common.install')
-rw-r--r--community/lxde-common/lxde-common.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/lxde-common/lxde-common.install b/community/lxde-common/lxde-common.install
new file mode 100644
index 000000000..d2226670d
--- /dev/null
+++ b/community/lxde-common/lxde-common.install
@@ -0,0 +1,13 @@
+ICON_PATH=usr/share/icons/nuoveXT2
+
+post_install() {
+ gtk-update-icon-cache -q -t -f ${ICON_PATH}
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f ${ICON_PATH}
+}