summaryrefslogtreecommitdiff
path: root/libre-testing/iceweasel-libre/iceweasel.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-12 00:06:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-12 00:06:22 -0300
commit074188b67513e64dc9f4f9c86331d47c13e075ab (patch)
tree0403148f5801371e63a95ce4c111adf2a01b6551 /libre-testing/iceweasel-libre/iceweasel.install
parent64858b97a797e7855cd14764e056d2a5e46d1d8c (diff)
iceweasel-libre-20.0.1.1-1: new PKGBUILD under testing
Diffstat (limited to 'libre-testing/iceweasel-libre/iceweasel.install')
-rw-r--r--libre-testing/iceweasel-libre/iceweasel.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre-testing/iceweasel-libre/iceweasel.install b/libre-testing/iceweasel-libre/iceweasel.install
new file mode 100644
index 000000000..c1fe8284a
--- /dev/null
+++ b/libre-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
+}
+