updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / realstudio / realstudio.install
blob115f5af87e88ec70f0a1e43dea9d7f13ed2a784f
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 type 'realstudio'."
9    echo
10    echo "RealStudio is no longer free for Linux except for open"
11    echo "source projects, see www.realsoftware.com/store/opensource"
12    echo "for more details."
13    echo
14    echo "For printing support in REALStudio you must intall cups."
15    echo
18 op=$1
19 shift
21 $op $*