From b7cd4b184f75d3d2b54b356e08f296df3a9afb38 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 Apr 2012 00:01:38 +0000 Subject: Mon Apr 30 00:01:38 UTC 2012 --- community-testing/ristretto/ristretto.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community-testing/ristretto/ristretto.install (limited to 'community-testing/ristretto/ristretto.install') diff --git a/community-testing/ristretto/ristretto.install b/community-testing/ristretto/ristretto.install new file mode 100644 index 000000000..75e2b7b55 --- /dev/null +++ b/community-testing/ristretto/ristretto.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 $1 +} + +post_remove() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} -- cgit v1.2.3-54-g00ecf