diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2013-12-05 20:45:41 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2013-12-05 20:45:41 -0200 |
commit | 77c20820dbe83a0067bb23c0df20128c365255d4 (patch) | |
tree | 889a459743efa6dd23ade8ad358d97c377ca2523 /pcr/gimp-pcr/gimp.install | |
parent | 581f15a97e4365ae231652afe8f06db036935a56 (diff) |
adding gimp-pcr to pcr repo
Diffstat (limited to 'pcr/gimp-pcr/gimp.install')
-rw-r--r-- | pcr/gimp-pcr/gimp.install | 12 |
1 files changed, 12 insertions, 0 deletions
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 +} |