updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / realstudio / realstudio.install
blob7b60b3d374998b90875aa4db24fc8ef6ce89e57c
1 # arg 1: The new package version
2 post_install() {
4    _VERSION=`echo $1 | cut -f-1 -d '-'`
6    # General info
7    echo
8    echo "To launch the IDE, simply digit 'realstudio'."
9    echo
10    echo "When REALStudio starts up, agree to the license and then"
11    echo "choose the first option to be able to use it for free."
12    echo "It will connect to the internet and retrieve a license."
13    echo
14    echo "For printing support in REALStudio you must intall cups."
15    echo
18 op=$1
19 shift
21 $op $*