diff options
Diffstat (limited to 'community/alleyoop/alleyoop.install')
-rw-r--r-- | community/alleyoop/alleyoop.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/alleyoop/alleyoop.install b/community/alleyoop/alleyoop.install index f6a1886e7..74578e267 100644 --- a/community/alleyoop/alleyoop.install +++ b/community/alleyoop/alleyoop.install @@ -1,7 +1,7 @@ post_upgrade() { usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas - #update-desktop-database -q - #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } post_install() { |