summaryrefslogtreecommitdiff
path: root/community/conkeror-git/conkeror-git.install
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-21 23:04:10 +0000
committerroot <root@rshg047.dnsready.net>2011-06-21 23:04:10 +0000
commit17dec629d8a13d1981d734ddc703efb5382ca309 (patch)
treed0689d190de068c330b75edee00c4f327ac2d01a /community/conkeror-git/conkeror-git.install
parentf02c28de0bbcb85e152fc19d0008805021fe1a33 (diff)
Tue Jun 21 23:04:10 UTC 2011
Diffstat (limited to 'community/conkeror-git/conkeror-git.install')
-rw-r--r--community/conkeror-git/conkeror-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/conkeror-git/conkeror-git.install b/community/conkeror-git/conkeror-git.install
new file mode 100644
index 000000000..5e5cfef4d
--- /dev/null
+++ b/community/conkeror-git/conkeror-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}