summaryrefslogtreecommitdiff
path: root/community/gwibber/gwibber.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/gwibber/gwibber.install')
-rw-r--r--community/gwibber/gwibber.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/gwibber/gwibber.install b/community/gwibber/gwibber.install
deleted file mode 100644
index d973d53f7..000000000
--- a/community/gwibber/gwibber.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}