summaryrefslogtreecommitdiff
path: root/~lukeshu/conkeror-git/conkeror-git.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-02-28 02:24:59 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-02-28 02:24:59 -0500
commit0dd021f56a8c6682d00fb0cd9e8e967fed0fad7f (patch)
tree66a8c7baa1fdfaec69437ea45f2d0ad5fc6fa9c3 /~lukeshu/conkeror-git/conkeror-git.install
parent7275399e96c64abc852c3746aa58d10bee8a5a44 (diff)
downloadabslibre-0dd021f56a8c6682d00fb0cd9e8e967fed0fad7f.tar.gz
abslibre-0dd021f56a8c6682d00fb0cd9e8e967fed0fad7f.tar.bz2
abslibre-0dd021f56a8c6682d00fb0cd9e8e967fed0fad7f.zip
conkeror has been moved form Arch's [community] to AUR, so I'm adopting it in [~lukeshu]
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
+}