diff options
Diffstat (limited to 'community/galculator/galculator.install')
-rw-r--r-- | community/galculator/galculator.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/galculator/galculator.install b/community/galculator/galculator.install new file mode 100644 index 000000000..a852f0449 --- /dev/null +++ b/community/galculator/galculator.install @@ -0,0 +1,10 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} +post_remove() { + post_install +} |