updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / amsn2-git / amsn2.install
blob2b4d38f62e1d18428098b39df6643e62f161a266
1 post_install() {
2 cd /usr/share/amsn2/amsn2/ui/front_ends/qt4/
3 sh ./generateFiles.sh
5 cat << _EOF
6 ==> Installation notes:
7 ==> amsn2 start with gtk interface. 
8 ==> If you want any other available frontends 
9 ==> ['web', 'qt4', 'gtk', 'curses'] 
10 ==> you can launch 'amsn2 web' 'amsn2 qt4'
11 ==> 'amsn2 gtk' 'amsn2 curses' rispectively
13 _EOF
14      }
16 post_upgrade() {
17         post_install
18         }
20 op=$1
21 shift
22 $op $*