diff options
author | Márcio Silva <marcio@pc-02.localdomain> | 2012-05-05 13:03:36 -0300 |
---|---|---|
committer | Márcio Silva <marcio@pc-02.localdomain> | 2012-05-05 13:03:36 -0300 |
commit | e31371f5370a1600fd76f5eceaa01fc83923f6c0 (patch) | |
tree | 3fe710f3092dc8fa99c91663f969dd8427cc59cb /libre/gimp-libre/gimp.install | |
parent | 2a53e8145e9c27e414e0e7c5c7f01a7ea6fdc3d0 (diff) |
gimp-libre new package
Diffstat (limited to 'libre/gimp-libre/gimp.install')
-rw-r--r-- | libre/gimp-libre/gimp.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/gimp-libre/gimp.install b/libre/gimp-libre/gimp.install new file mode 100644 index 000000000..c317fbaca --- /dev/null +++ b/libre/gimp-libre/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 +} |