summaryrefslogtreecommitdiff
path: root/libre/iceweasel-libre/firefox.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-13 01:15:03 -0800
committerroot <root@rshg054.dnsready.net>2013-01-13 01:15:03 -0800
commit7cb984c0e1226ac1e5606206ff7c6a34eecb63fd (patch)
tree3817ae238a5af5ce6194ac0b861420148eaaff96 /libre/iceweasel-libre/firefox.install
parent8c2563c3c13cb7a279544f6926cbdd2eb902cc9a (diff)
Sun Jan 13 01:14:34 PST 2013
Diffstat (limited to 'libre/iceweasel-libre/firefox.install')
-rw-r--r--libre/iceweasel-libre/firefox.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/iceweasel-libre/firefox.install b/libre/iceweasel-libre/firefox.install
new file mode 100644
index 000000000..1a1f4b16b
--- /dev/null
+++ b/libre/iceweasel-libre/firefox.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
+}
+