summaryrefslogtreecommitdiffstats
path: root/conkeror-git/conkeror-git.install
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-12-01 12:44:43 +0100
committerGravatar Tom Willemse2013-12-01 12:44:43 +0100
commitc8adcf31fbe7c01c367259d3f284d41c4e066233 (patch)
treed7096ceedb5aaff2e9889ba1941cd7c42b99f142 /conkeror-git/conkeror-git.install
parent87aad630884e79395b3645930d9873e0b125e1c3 (diff)
downloadpkgbuilds-c8adcf31fbe7c01c367259d3f284d41c4e066233.tar.gz
pkgbuilds-c8adcf31fbe7c01c367259d3f284d41c4e066233.zip
Add conkeror-git
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
+}