From 5c3b7276abf0d01b53662f38db5b4d52377343ed Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sat, 2 Jan 2016 01:22:31 -0500 Subject: initial commit Signed-off-by: Mark Weiman --- firefox-gtk2/firefox.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 firefox-gtk2/firefox.install (limited to 'firefox-gtk2/firefox.install') diff --git a/firefox-gtk2/firefox.install b/firefox-gtk2/firefox.install new file mode 100644 index 0000000..1a1f4b1 --- /dev/null +++ b/firefox-gtk2/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.3