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