updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gimp-git / gimp-git.install
blob24e2c39fb3fa1b6407f6246c8d600f5e5e601fc9
1 post_install() {
2   cat << EOM
4 --> OPTIONAL PACKAGES:
5 --> Please install optional packages as necessary. They will be found and
6 --> used automatically:
7 --> gimp has built-in cups print support now. For more sophisticated printing, install gutenprint.
8 --> For help browser support, install libgtkhtml.
10 EOM
12   echo "update desktop mime database..."
13   update-desktop-database -q
16 post_upgrade() {
17   post_install $1
20 post_remove() {
21   echo "update desktop mime database..."
22   update-desktop-database -q