summaryrefslogtreecommitdiff
path: root/mozilla-testing/iceweasel-libre/iceweasel.install
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-01-03 12:07:28 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-01-03 12:07:28 -0300
commit41f96635759489132086f9c599af6b6b8af20db2 (patch)
treed2e5bb1996af265637ddab938b5a79d9af004c56 /mozilla-testing/iceweasel-libre/iceweasel.install
parentdf7d8525f2e848a9a6b1f317c1426982b464adea (diff)
parent6f87594cae18e4ec676280e40b38984ea3bc39e6 (diff)
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'mozilla-testing/iceweasel-libre/iceweasel.install')
-rw-r--r--mozilla-testing/iceweasel-libre/iceweasel.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/mozilla-testing/iceweasel-libre/iceweasel.install b/mozilla-testing/iceweasel-libre/iceweasel.install
new file mode 100644
index 000000000..c1fe8284a
--- /dev/null
+++ b/mozilla-testing/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
+}
+