summarylogtreecommitdiffstats
path: root/vcvrack-audible-instruments.install
diff options
context:
space:
mode:
Diffstat (limited to 'vcvrack-audible-instruments.install')
-rw-r--r--vcvrack-audible-instruments.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/vcvrack-audible-instruments.install b/vcvrack-audible-instruments.install
new file mode 100644
index 000000000000..202201c48614
--- /dev/null
+++ b/vcvrack-audible-instruments.install
@@ -0,0 +1,15 @@
+post_common() {
+ cat <<-EOF
+ Since VCV Rack 0.6.0 system plugins are no longer supported.
+ Copy (or link) /opt/vcvrack/<plugin>.zip to your ~/.Rack/plugins directory
+ (it's done automatically for Fundamental upon first launch).
+ EOF
+}
+
+post_install() {
+ post_common
+}
+
+post_upgrade() {
+ post_common
+}