summaryrefslogtreecommitdiff
path: root/community-staging/blueman/blueman.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/blueman/blueman.install')
-rw-r--r--community-staging/blueman/blueman.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/community-staging/blueman/blueman.install b/community-staging/blueman/blueman.install
deleted file mode 100644
index 8bf021487..000000000
--- a/community-staging/blueman/blueman.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}