summaryrefslogtreecommitdiff
path: root/pcr/gimp-git/gimp.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-11-09 01:30:57 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-11-09 01:30:57 -0300
commit90c2c7372f4caf07cc40b2af99a80f6b474c41b2 (patch)
treea06c097c32cc950a8303a1f5f4baef8f46786b78 /pcr/gimp-git/gimp.install
parent554e7ae992602a5962eea6013413dda946b97c80 (diff)
downloadabslibre-90c2c7372f4caf07cc40b2af99a80f6b474c41b2.tar.gz
abslibre-90c2c7372f4caf07cc40b2af99a80f6b474c41b2.tar.bz2
abslibre-90c2c7372f4caf07cc40b2af99a80f6b474c41b2.zip
gimp-git: add gimp.install and linux-kernel.gpl
Diffstat (limited to 'pcr/gimp-git/gimp.install')
-rw-r--r--pcr/gimp-git/gimp.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/gimp-git/gimp.install b/pcr/gimp-git/gimp.install
new file mode 100644
index 000000000..c317fbaca
--- /dev/null
+++ b/pcr/gimp-git/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
+}