diff options
Diffstat (limited to 'community/galculator/galculator.install')
-rw-r--r-- | community/galculator/galculator.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/galculator/galculator.install b/community/galculator/galculator.install index a852f0449..fe845ffb1 100644 --- a/community/galculator/galculator.install +++ b/community/galculator/galculator.install @@ -1,5 +1,6 @@ post_install() { update-desktop-database -q + [[ -e /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache } post_upgrade() { |