summarylogtreecommitdiffstats
path: root/user.install
blob: 60fecaf54857ceb970103377751250b87f3e0e4b (plain)
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
}