summaryrefslogtreecommitdiff
path: root/~emulatorman/iceweasel-libre/iceweasel.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-17 18:41:43 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-17 18:41:43 -0200
commitaeb81933f22181e922a0fa91feb27da923d703bc (patch)
treed369c7c92cc981aa47070d52dca712923f3356bc /~emulatorman/iceweasel-libre/iceweasel.install
parentd2c8976a6f2f4da940e0fd4cee7d6ca403221661 (diff)
backing mozilla and ice packs files
Diffstat (limited to '~emulatorman/iceweasel-libre/iceweasel.install')
-rw-r--r--~emulatorman/iceweasel-libre/iceweasel.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/~emulatorman/iceweasel-libre/iceweasel.install b/~emulatorman/iceweasel-libre/iceweasel.install
new file mode 100644
index 000000000..c1fe8284a
--- /dev/null
+++ b/~emulatorman/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
+}
+