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, 0 insertions, 13 deletions
diff --git a/community/lxde-common/lxde-common.install b/community/lxde-common/lxde-common.install
deleted file mode 100644
index d2226670d..000000000
--- a/community/lxde-common/lxde-common.install
+++ /dev/null
@@ -1,13 +0,0 @@
-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}
-}