updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / gimp-studio / gimp-studio.install
blob6f4e9c820ad806415ca754a82b468aab64a88915
1 post_install() {
2   update-desktop-database -q
3   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
4   echo 
5   echo "### NOTE ###"
6   echo
7   echo "Tool presets are located in /usr/share/gimp/2.0/tool-options."
8   echo "Copy the directory to ~/.gimp-2.6 if you want to use them."
9   echo
10   echo "    cp -rf /usr/share/gimp/2.0/tool-options ~/.gimp-2.6"
11   echo
14 post_upgrade() {
15   post_install
18 post_remove() {
19   post_install