summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2012-04-06 16:50:28 +0200
committerOndřej Surý <ondrej@sury.org>2012-04-06 16:50:28 +0200
commitb2c0973f8e0ffdfb0891e73fd0294aa4b1fee150 (patch)
tree2f6732620e7186c8eeadd3487c5e2b7519ee73bd
parentaf42388d14c3a64e4ee00d343a456fda1c5eb871 (diff)
downloadgolang-b2c0973f8e0ffdfb0891e73fd0294aa4b1fee150.tar.gz
Remove preserving of old -tools settings, there are too many options now anyway (Closes: #666007)
-rw-r--r--debian/golang-go.config11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/golang-go.config b/debian/golang-go.config
index e8f94a94c..30fe76ffa 100644
--- a/debian/golang-go.config
+++ b/debian/golang-go.config
@@ -19,16 +19,5 @@ if [ -f $conffile ] ; then
db_set golang-go/dashboard "$DASHBOARD"
fi
-db_get golang-go/dashboard || true
-if [ "$RET" = "yes" ] || [ "$RET" = "YES" ] || [ "$RET" = "true" ]; then
- DASHBOARD=true
-elif [ "$RET" = "no" ] || [ "$RET" = "no" ] || [ "$RET" = "false" ]; then
- DASHBOARD=false
-fi
-# Remove old settings from golang-go package
-[ -n "$RET" ] && golang-go/dashboard
-
-[ -n "$DASHBOARD" ] && db_set golang-go/dashboard "$DASHBOARD"
-
db_input high golang-go/dashboard || [ $? -eq 30 ]
db_go || true