X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fscripts%2Fdebconf_priority;h=3b704444751bd88042dbbc956baead0de3a455d2;hb=4d13bda5f2560b3a738887977e506e2e72501ae9;hp=028b4453ea437003b0774c7c03ac3a84c85e0352;hpb=1e70ff3fe998033fd93c8cd177082b8cd566d2ce;p=carnet-upgrade.git diff --git a/src/scripts/debconf_priority b/src/scripts/debconf_priority index 028b445..3b70444 100755 --- a/src/scripts/debconf_priority +++ b/src/scripts/debconf_priority @@ -1,8 +1,4 @@ #!/bin/sh -# last update: 2004-12-19 -# Zoran 'jelly' Dzelajlija -# Ivan 'ico' Rako - # Load debconf stuff . /usr/share/debconf/confmodule @@ -15,7 +11,7 @@ debconf_priority_preupgrade () { old_debconf="$RET" if [ -n "$old_debconf" ]; then - db_set cn-upgrade/debconf-priority "$old_debconf" + db_set carnet-upgrade/debconf-priority "$old_debconf" fi db_set debconf/priority high @@ -27,12 +23,12 @@ debconf_priority_preupgrade () { debconf_priority_postupgrade () { local new_debconf - db_get cn-upgrade/debconf-priority || true + db_get carnet-upgrade/debconf-priority || true new_debconf="$RET" if [ -n "$new_debconf" ]; then db_set debconf/priority "$new_debconf" - db_set cn-upgrade/debconf-priority "" + db_set carnet-upgrade/debconf-priority "" fi db_go || true @@ -40,7 +36,7 @@ debconf_priority_postupgrade () { # checkiraj debconf_priority_check () { - db_get cn-upgrade/debconf-priority || true + db_get carnet-upgrade/debconf-priority || true debconf="$RET" if [ -n "$debconf" ]; then