summarylogtreecommitdiffstats
path: root/path.install
blob: 4fa6a10265e35554a248f3129800b503a022e7ba (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	cat <<HERE
To activate and use oss-cad-suite, source the file
    source /opt/oss-cad-suite/environment
And run deactivate() when finished
HERE
}

post_upgrade() {
    post_install
}