diff options
Diffstat (limited to 'extra/gnome-weather/gnome-weather.install')
-rw-r--r-- | extra/gnome-weather/gnome-weather.install | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/gnome-weather/gnome-weather.install b/extra/gnome-weather/gnome-weather.install index c25dff2d3..f7e8c46ac 100644 --- a/extra/gnome-weather/gnome-weather.install +++ b/extra/gnome-weather/gnome-weather.install @@ -1,11 +1,12 @@ post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } |