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 }