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