summaryrefslogtreecommitdiff
path: root/mozilla-testing/iceweasel-libre/iceweasel.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-03-28 21:44:31 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-03-28 21:44:31 -0400
commitee74e8d55992b188dadcd700e9869ee0c7bd0a93 (patch)
tree3af2661778ecd040b36a4a6ad416246a63987722 /mozilla-testing/iceweasel-libre/iceweasel.install
parent60a5deef0c56fc9888c9d0d74185d141b794094e (diff)
Move [mozilla-testing]/{iceweasel-*,mozilla-searchplugins} to [libre]
Diffstat (limited to 'mozilla-testing/iceweasel-libre/iceweasel.install')
-rw-r--r--mozilla-testing/iceweasel-libre/iceweasel.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/mozilla-testing/iceweasel-libre/iceweasel.install b/mozilla-testing/iceweasel-libre/iceweasel.install
deleted file mode 100644
index c1fe8284a..000000000
--- a/mozilla-testing/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
-}
-