fixed 416886
This commit is contained in:
parent
671c1ba6ff
commit
888267e7d0
|
@ -2,6 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [ -f /usr/share/debconf/confmodule ]; then
|
||||
. /usr/share/debconf/confmodule
|
||||
db_version 2.0 || [ $? -lt 30 ]
|
||||
|
||||
|
@ -40,4 +41,6 @@ fi
|
|||
|
||||
db_stop
|
||||
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue