From f57b139ded4e8c4b10555985513b3f9a70a70e12 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 18 Sep 2011 23:14:34 +0000 Subject: Sun Sep 18 23:14:34 UTC 2011 --- community-testing/clementine/clementine.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community-testing/clementine/clementine.install (limited to 'community-testing/clementine/clementine.install') diff --git a/community-testing/clementine/clementine.install b/community-testing/clementine/clementine.install new file mode 100644 index 000000000..2f0338d8a --- /dev/null +++ b/community-testing/clementine/clementine.install @@ -0,0 +1,13 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + + +post_remove() { + post_install $1 +} -- cgit v1.2.3-54-g00ecf