summaryrefslogtreecommitdiffstats
path: root/compiz-fusion/libcompizconfig/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'compiz-fusion/libcompizconfig/PREPARE')
-rwxr-xr-xcompiz-fusion/libcompizconfig/PREPARE6
1 files changed, 6 insertions, 0 deletions
diff --git a/compiz-fusion/libcompizconfig/PREPARE b/compiz-fusion/libcompizconfig/PREPARE
new file mode 100755
index 0000000000..b249015337
--- /dev/null
+++ b/compiz-fusion/libcompizconfig/PREPARE
@@ -0,0 +1,6 @@
+config_query COMPIZCONFIG_TRUNK "Use git version?" n
+if [ "$COMPIZCONFIG_TRUNK" == "y" ]; then
+ config_query COMPIZCONFIG_TRUNK_AUTOUPDATE \
+ "Update to the latest git on every cast?" \
+ n
+fi