fixed 416886

This commit is contained in:
Roland Gruber 2007-04-29 19:49:43 +00:00
parent 671c1ba6ff
commit 888267e7d0
1 changed files with 38 additions and 35 deletions

View File

@ -2,6 +2,7 @@
set -e set -e
if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule . /usr/share/debconf/confmodule
db_version 2.0 || [ $? -lt 30 ] db_version 2.0 || [ $? -lt 30 ]
@ -40,4 +41,6 @@ fi
db_stop db_stop
fi
exit 0 exit 0