summaryrefslogtreecommitdiffstats
path: root/audio-creation/qsampler/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/qsampler/PREPARE')
-rwxr-xr-xaudio-creation/qsampler/PREPARE7
1 files changed, 7 insertions, 0 deletions
diff --git a/audio-creation/qsampler/PREPARE b/audio-creation/qsampler/PREPARE
new file mode 100755
index 0000000000..3b9d09c4fb
--- /dev/null
+++ b/audio-creation/qsampler/PREPARE
@@ -0,0 +1,7 @@
+config_query QSAMPLER_VCS "Build latest version from development tree?" n &&
+
+if [[ $QSAMPLER_VCS == y ]]
+then
+ config_query QSAMPLER_VCS_AUTOUPDATE \
+ "Update automatically on every system update?" n
+fi