From f996597c6b79f714ec28ef04bd3fbd4d18bf2046 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 12 Jan 2013 17:48:50 -0500 Subject: 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 --- libre/iceweasel-libre/firefox.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre/iceweasel-libre/firefox.install (limited to 'libre/iceweasel-libre/firefox.install') 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 +} + -- cgit v1.2.3-2-g168b