summaryrefslogtreecommitdiff
path: root/libre/iceweasel-libre/iceweasel.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-01-12 17:48:50 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-12 17:48:50 -0500
commitf996597c6b79f714ec28ef04bd3fbd4d18bf2046 (patch)
tree88f0889456a7cd2051fb61a7eff5b55380b75b7b /libre/iceweasel-libre/iceweasel.install
parenta705f546158d49645fca2a4c101f429fdc1b45f4 (diff)
libre/iceweasel-libre: reorganize, use firefox.install
* Use a iceweasel.desktop based on Arch's firefox.desktop * Use firefox.install * re-organize things in PKGBUILD into separate functions
Diffstat (limited to 'libre/iceweasel-libre/iceweasel.install')
-rw-r--r--libre/iceweasel-libre/iceweasel.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/iceweasel-libre/iceweasel.install b/libre/iceweasel-libre/iceweasel.install
deleted file mode 100644
index c1fe8284a..000000000
--- a/libre/iceweasel-libre/iceweasel.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-