1 2 3 4 5 6 7 8 9 10 11
_vstname=Hive _instdir=/opt/$_vstname post_install() { echo "$_vstname successfully installed; each user who wishes to use the VST should:" echo "> mkdir -p ~/.u-he/Hive && cp -R $_instdir/u-he/* ~/.u-he/Hive/" } post_upgrade() { post_install }