From a69d072f5cde4b5a6bac62e6022a69d337925e45 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Jan 2013 00:06:25 -0800 Subject: Mon Jan 14 00:06:25 PST 2013 --- libre-testing/icecat/firefox.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre-testing/icecat/firefox.install (limited to 'libre-testing/icecat/firefox.install') diff --git a/libre-testing/icecat/firefox.install b/libre-testing/icecat/firefox.install new file mode 100644 index 000000000..c1fe8284a --- /dev/null +++ b/libre-testing/icecat/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 $1 +} + +post_remove() { + post_install $1 +} + -- cgit v1.2.3-54-g00ecf