From aaf7b1afcae707bf84eb33bfed4a7035ad5c8b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Fri, 6 Dec 2013 02:42:19 -0200 Subject: adding gimp-lts to pcr repo --- pcr/gimp-lts/gimp.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/gimp-lts/gimp.install (limited to 'pcr/gimp-lts/gimp.install') diff --git a/pcr/gimp-lts/gimp.install b/pcr/gimp-lts/gimp.install new file mode 100644 index 000000000..c317fbaca --- /dev/null +++ b/pcr/gimp-lts/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-2-g168b