1 2 3 4 5 6 7
post_install() { echo "Run /opt/rosbe/RosBE.sh to enter ReactOS Build Environment shell." } pre_upgrade() { rm -r /opt/rosbe }