summaryrefslogtreecommitdiff
path: root/libre/iceweasel/iceweasel.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-03 16:27:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-03 16:27:22 -0300
commit1c222df4c718aa049f55cc10a6bdf3357ac3a919 (patch)
treed063480e99f467937ae3fa1f82839c1d235b8084 /libre/iceweasel/iceweasel.install
parent2945507149df876505c048936cc487d76b1cfcdd (diff)
iceweasel: remove libre suffix and Social API support -> https://lists.parabolagnulinux.org/pipermail/dev/2014-August/002291.html
Diffstat (limited to 'libre/iceweasel/iceweasel.install')
-rw-r--r--libre/iceweasel/iceweasel.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/iceweasel/iceweasel.install b/libre/iceweasel/iceweasel.install
new file mode 100644
index 000000000..1a1f4b16b
--- /dev/null
+++ b/libre/iceweasel/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
+}
+
+post_remove() {
+ post_install
+}
+