From 273e89fb3bf4b72a79e9ea718db793a237eec962 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 11 May 2012 03:08:16 -0300 Subject: iceape-libre: A libre version of Debian Iceape, the internet suite based on Mozilla Seamonkey. --- libre/iceape-libre/iceape.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/iceape-libre/iceape.install (limited to 'libre/iceape-libre/iceape.install') diff --git a/libre/iceape-libre/iceape.install b/libre/iceape-libre/iceape.install new file mode 100644 index 000000000..709ad81f2 --- /dev/null +++ b/libre/iceape-libre/iceape.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-54-g00ecf