summaryrefslogtreecommitdiffstats
path: root/chat-im/amsn/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/amsn/PREPARE')
-rwxr-xr-xchat-im/amsn/PREPARE6
1 files changed, 6 insertions, 0 deletions
diff --git a/chat-im/amsn/PREPARE b/chat-im/amsn/PREPARE
new file mode 100755
index 0000000000..822f5ec4e3
--- /dev/null
+++ b/chat-im/amsn/PREPARE
@@ -0,0 +1,6 @@
+config_query AMSN_SCM "Build a subversion snapshot?" n &&
+
+if [ "$AMSN_SCM" == "y" ]; then
+ config_query AMSN_SCM_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi