summarylogtreecommitdiffstats
path: root/user.install
blob: 7b9be601c9b7988c145ae8260681eb2641acdf42 (plain)
1
2
3
4
5
6
7
vstname=Podolski
instdir=/opt/$vstname

post_install() {
	echo "$vstname successfully installed; each user who wishes to access the presets must first run the following:"
	echo "> mkdir -p ~/.local/share/ && cp -R $instdir/Presets/$vstname/ ~/.local/share/"
}