summaryrefslogtreecommitdiff
path: root/pcr/gimp-lts/gimp.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2013-12-06 02:42:19 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2013-12-06 02:42:19 -0200
commitaaf7b1afcae707bf84eb33bfed4a7035ad5c8b3e (patch)
tree307ae0d998bf2bb678b3c93c4fff11d8ca2c9f97 /pcr/gimp-lts/gimp.install
parentee6b597c805865ee42684e97e78436d40c5bfc7f (diff)
adding gimp-lts to pcr repo
Diffstat (limited to 'pcr/gimp-lts/gimp.install')
-rw-r--r--pcr/gimp-lts/gimp.install12
1 files changed, 12 insertions, 0 deletions
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
+}