summarylogtreecommitdiffstats
path: root/user.install
diff options
context:
space:
mode:
Diffstat (limited to 'user.install')
-rw-r--r--user.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/user.install b/user.install
new file mode 100644
index 000000000000..7b9be601c9b7
--- /dev/null
+++ b/user.install
@@ -0,0 +1,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/"
+}