summaryrefslogtreecommitdiff
path: root/libre/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 /libre/iceweasel-libre/iceweasel.install
parent60a5deef0c56fc9888c9d0d74185d141b794094e (diff)
Move [mozilla-testing]/{iceweasel-*,mozilla-searchplugins} to [libre]
Diffstat (limited to 'libre/iceweasel-libre/iceweasel.install')
-rw-r--r--libre/iceweasel-libre/iceweasel.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/iceweasel-libre/iceweasel.install b/libre/iceweasel-libre/iceweasel.install
new file mode 100644
index 000000000..c1fe8284a
--- /dev/null
+++ b/libre/iceweasel-libre/iceweasel.install
@@ -0,0 +1,13 @@
+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
+}
+