From 0ab7960ba6a457b7dd3ed5ede0cdb93e816d29a4 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Feb 2013 00:04:20 -0800 Subject: Fri Feb 22 00:04:20 PST 2013 --- pcr/gimp-art/gimp.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/gimp-art/gimp.install (limited to 'pcr/gimp-art/gimp.install') diff --git a/pcr/gimp-art/gimp.install b/pcr/gimp-art/gimp.install new file mode 100644 index 000000000..c317fbaca --- /dev/null +++ b/pcr/gimp-art/gimp.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 +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf