summaryrefslogtreecommitdiffstats
path: root/conkeror-git/conkeror-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'conkeror-git/conkeror-git.install')
-rw-r--r--conkeror-git/conkeror-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/conkeror-git/conkeror-git.install b/conkeror-git/conkeror-git.install
new file mode 100644
index 0000000..5e5cfef
--- /dev/null
+++ b/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
+}