summarylogtreecommitdiffstats
path: root/isis.install
blob: 6d73187b7e34065d99a7a967d16794b5f5b4972e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install(){

    _pkgver=$(echo $1 | cut -d'-' -f1)
	echo -e "Add isis to your path:\n"
    echo -e "\texport PATH=\$PATH:/opt/isis/isis/${_pkgver}/bin/\n"
    echo -e "And set isis environment:\n"
    echo -e "\texport ISIS_SRCDIR=/opt/isis/isis/${_pkgver}\n"
    

}

# vim:set ts=4 sw=4 et: