summarylogtreecommitdiffstats
path: root/vcvrack-eseries.install
blob: ec012e41cb30f67a09ff35f2f8fcac596466aa97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_common() {
    cat <<-EOF
	Since VCV Rack 0.6.0 system plugins are no longer supported.
	Copy (or link) /opt/vcvrack/plugins/<plugin> directory to your ~/.Rack/plugins-v1/ directory
	(it's done automatically for Fundamental if in .zip format upon first launch).
	EOF
}

post_install() {
    post_common
}

post_upgrade() {
    post_common
}