diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-12 00:06:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-12 00:06:22 -0300 |
commit | 074188b67513e64dc9f4f9c86331d47c13e075ab (patch) | |
tree | 0403148f5801371e63a95ce4c111adf2a01b6551 /libre-testing/iceweasel-libre/iceweasel.install | |
parent | 64858b97a797e7855cd14764e056d2a5e46d1d8c (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.install | 13 |
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 +} + |