diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2013-12-06 03:07:20 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2013-12-06 03:07:20 -0200 |
commit | bc17340c07501e38eb75a85edbe864c6ba473cb4 (patch) | |
tree | 7df94069fbd345a3a0b8bcbf7cb99e279d02bfed /pcr/gimp-lts/gimp.install | |
parent | aaf7b1afcae707bf84eb33bfed4a7035ad5c8b3e (diff) | |
download | abslibre-bc17340c07501e38eb75a85edbe864c6ba473cb4.tar.gz abslibre-bc17340c07501e38eb75a85edbe864c6ba473cb4.tar.bz2 abslibre-bc17340c07501e38eb75a85edbe864c6ba473cb4.zip |
remove gimp-lts
Diffstat (limited to 'pcr/gimp-lts/gimp.install')
-rw-r--r-- | pcr/gimp-lts/gimp.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/gimp-lts/gimp.install b/pcr/gimp-lts/gimp.install deleted file mode 100644 index c317fbaca..000000000 --- a/pcr/gimp-lts/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 -} |