summaryrefslogtreecommitdiff
path: root/pcr/conkeror/conkeror.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-26 03:06:15 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-26 03:06:15 -0400
commitde4f0d5e3c54d11f8ef1fa859bc64089924b1bbc (patch)
treed2dbbfd8736773680fbf7c1e9b377c40550800e3 /pcr/conkeror/conkeror.install
parent0e29ad35b8f4d4f2a6155fbd76320ca9e5afaa3f (diff)
mv ~lukeshu/conkeror-git pcr/conkeror # and update it
Diffstat (limited to 'pcr/conkeror/conkeror.install')
-rw-r--r--pcr/conkeror/conkeror.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/conkeror/conkeror.install b/pcr/conkeror/conkeror.install
new file mode 100644
index 000000000..5e5cfef4d
--- /dev/null
+++ b/pcr/conkeror/conkeror.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}