summaryrefslogtreecommitdiff
path: root/community/galculator/galculator.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-16 23:14:27 +0000
committerroot <root@rshg054.dnsready.net>2011-10-16 23:14:27 +0000
commitd286d980d2ff42151e9bc81ec348c864c24f9cc4 (patch)
tree0df8ee0846c9886fd41db46eba16f7877d70af93 /community/galculator/galculator.install
parent8fd7bc607a8e4b26853b4263153a736767b163cd (diff)
Sun Oct 16 23:14:27 UTC 2011
Diffstat (limited to 'community/galculator/galculator.install')
-rw-r--r--community/galculator/galculator.install10
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
+}