summaryrefslogtreecommitdiff
path: root/community/chmsee/chmsee.install
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-18 23:12:10 +0000
committerroot <root@rshg047.dnsready.net>2011-07-18 23:12:10 +0000
commit040215f1ca1d14472525c2562bc33e84f9728d4a (patch)
treec94addc612817e2d2fd14b36d7262bac86594877 /community/chmsee/chmsee.install
parentddddf9c453076a407bfdbf3e030e606f31ee2b86 (diff)
Mon Jul 18 23:12:10 UTC 2011
Diffstat (limited to 'community/chmsee/chmsee.install')
-rw-r--r--community/chmsee/chmsee.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/chmsee/chmsee.install b/community/chmsee/chmsee.install
new file mode 100644
index 000000000..308f27d33
--- /dev/null
+++ b/community/chmsee/chmsee.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}