summarylogtreecommitdiffstats
path: root/install
blob: 856021288de56ef6445ebf445e2124a5bd37a103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	echo "***********************************************************************************"
	echo "* Please note that ATSAS is now installed under /opt/ATSAS, instead of /opt/atsas *"
        echo "***********************************************************************************"
}

post_upgrade() {
	echo "***********************************************************************************"
	echo "* Please note that ATSAS is now installed under /opt/ATSAS, instead of /opt/atsas *"
        echo "***********************************************************************************"
}