summaryrefslogtreecommitdiff
path: root/community/awn-extras-applets/awn-extras-applets.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/awn-extras-applets/awn-extras-applets.install')
-rw-r--r--community/awn-extras-applets/awn-extras-applets.install23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/awn-extras-applets/awn-extras-applets.install b/community/awn-extras-applets/awn-extras-applets.install
deleted file mode 100644
index 9f04bf6a2..000000000
--- a/community/awn-extras-applets/awn-extras-applets.install
+++ /dev/null
@@ -1,23 +0,0 @@
-pkgname=awn-extras
-
-post_install() {
- gconfpkg --install $pkgname
- xdg-icon-resource forceupdate
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-
-pre_remove() {
- gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
- xdg-icon-resource forceupdate
-}