summaryrefslogtreecommitdiff
path: root/~lukeshu/conkeror-git/conkeror-git.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-23 19:47:42 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-23 19:47:42 -0300
commitc4cc142235d7d77327c2a53d9efb2750b1ec80bf (patch)
tree41446fa0833a3783d24b6bd12c64336f845e6032 /~lukeshu/conkeror-git/conkeror-git.install
parent5ddafb1e55d18275d3f16e9faa3e9da788b54389 (diff)
parentb1b9debcc7f6756d83dbac37806021de007cf083 (diff)
downloadabslibre-c4cc142235d7d77327c2a53d9efb2750b1ec80bf.tar.gz
abslibre-c4cc142235d7d77327c2a53d9efb2750b1ec80bf.tar.bz2
abslibre-c4cc142235d7d77327c2a53d9efb2750b1ec80bf.zip
Merge branch 'master' of ssh://gparabola/abslibre
Conflicts: libre/linux-libre/PKGBUILD
Diffstat (limited to '~lukeshu/conkeror-git/conkeror-git.install')
-rw-r--r--~lukeshu/conkeror-git/conkeror-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/~lukeshu/conkeror-git/conkeror-git.install b/~lukeshu/conkeror-git/conkeror-git.install
new file mode 100644
index 000000000..5e5cfef4d
--- /dev/null
+++ b/~lukeshu/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
+}