summaryrefslogtreecommitdiff
path: root/libre/iceweasel-libre/firefox.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-01-12 17:48:50 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-12 17:48:50 -0500
commitf996597c6b79f714ec28ef04bd3fbd4d18bf2046 (patch)
tree88f0889456a7cd2051fb61a7eff5b55380b75b7b /libre/iceweasel-libre/firefox.install
parenta705f546158d49645fca2a4c101f429fdc1b45f4 (diff)
libre/iceweasel-libre: reorganize, use firefox.install
* Use a iceweasel.desktop based on Arch's firefox.desktop * Use firefox.install * re-organize things in PKGBUILD into separate functions
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
+}
+