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