From 68d30ac37a5537b91ee1002879ce279ae7b73bbe Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 15 Mar 2016 13:14:29 -0300 Subject: iceape: add new package to [libre] --- libre/iceape/iceape.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/iceape/iceape.install (limited to 'libre/iceape/iceape.install') diff --git a/libre/iceape/iceape.install b/libre/iceape/iceape.install new file mode 100644 index 000000000..709ad81f2 --- /dev/null +++ b/libre/iceape/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