summarylogtreecommitdiffstats
path: root/gimp-plugin-octave.install
blob: 16b4c95e8c2805537dc46acd42ce856d8e0ae09b (plain)
1
2
3
4
5
6
7
pkgname=gimp-plugin-octave
post_install(){
    echo "If you want use Octave plugin then install octave-image package and copy example files from /usr/share/$pkgname/examples/filter_pack to the ~/.gimp-octave"
}
post_upgrade(){
    post_install
}