From 811e6165dc55e497bf39ac2e7d2e66b01018a016 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Sun, 12 Feb 2012 22:42:22 +0100 Subject: Update seamonkey-libre. --- libre/seamonkey-libre/seamonkey.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/seamonkey-libre/seamonkey.install (limited to 'libre/seamonkey-libre/seamonkey.install') diff --git a/libre/seamonkey-libre/seamonkey.install b/libre/seamonkey-libre/seamonkey.install new file mode 100644 index 000000000..709ad81f2 --- /dev/null +++ b/libre/seamonkey-libre/seamonkey.install @@ -0,0 +1,12 @@ +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