diff options
Diffstat (limited to 'community-testing/gwibber/gwibber.install')
-rw-r--r-- | community-testing/gwibber/gwibber.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community-testing/gwibber/gwibber.install b/community-testing/gwibber/gwibber.install deleted file mode 100644 index d973d53f7..000000000 --- a/community-testing/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 -} |