From 77c20820dbe83a0067bb23c0df20128c365255d4 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 5 Dec 2013 20:45:41 -0200 Subject: adding gimp-pcr to pcr repo --- pcr/gimp-pcr/gimp.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/gimp-pcr/gimp.install (limited to 'pcr/gimp-pcr/gimp.install') diff --git a/pcr/gimp-pcr/gimp.install b/pcr/gimp-pcr/gimp.install new file mode 100644 index 000000000..c317fbaca --- /dev/null +++ b/pcr/gimp-pcr/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