diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-05-03 01:12:37 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-05-03 01:13:53 -0300 |
commit | 4e2fbd95c5d3de973a7f16f9d3edf9761c2d353a (patch) | |
tree | af8aa2ea5a70a42b3603162eed6ad35ec504633f /pcr/gimp-git/gimp.install | |
parent | 706b0a43543781801a4cc6971bb86e7d96e583dd (diff) | |
download | abslibre-4e2fbd95c5d3de973a7f16f9d3edf9761c2d353a.tar.gz abslibre-4e2fbd95c5d3de973a7f16f9d3edf9761c2d353a.tar.bz2 abslibre-4e2fbd95c5d3de973a7f16f9d3edf9761c2d353a.zip |
pcr/gimp-git: update package
Diffstat (limited to 'pcr/gimp-git/gimp.install')
-rw-r--r-- | pcr/gimp-git/gimp.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/gimp-git/gimp.install b/pcr/gimp-git/gimp.install deleted file mode 100644 index c317fbaca..000000000 --- a/pcr/gimp-git/gimp.install +++ /dev/null @@ -1,12 +0,0 @@ -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 -} |