summarylogtreecommitdiffstats
path: root/ucesb.install
blob: e53138a743f8755e6fbee25d80c28b28bb9928d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	cd "/opt/ucesb"
	make -j$(nproc) empty
	make -j$(nproc) xtst
	echo "Installation of ucesb successful."
	echo "Make sure to add the following to your ~/.bashrc:"
	echo "  UCESB_DIR=/opt/ucesb"
}

post_upgrade() {
	post_install
}