removed upgrade messages
This commit is contained in:
parent
cff354ee09
commit
f6c40b4439
|
@ -11,21 +11,6 @@ db_input low "ldap-account-manager/passwd" || true
|
|||
db_go
|
||||
db_input medium "ldap-account-manager/restart-webserver" || true
|
||||
db_go
|
||||
if dpkg --compare-versions "$2" le 0.5.0; \
|
||||
then
|
||||
if dpkg --compare-versions "$2" ge 0.1.0; \
|
||||
then
|
||||
db_input high "ldap-account-manager/note-0_4_9-upgrade" || true
|
||||
db_go
|
||||
fi
|
||||
elif dpkg --compare-versions "$2" le 1.0.0; \
|
||||
then
|
||||
if dpkg --compare-versions "$2" ge 0.5.0; \
|
||||
then
|
||||
db_input high "ldap-account-manager/note-1_0_0-upgrade" || true
|
||||
db_go
|
||||
fi
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
|
|
|
@ -29,17 +29,3 @@ Default: true
|
|||
_Description: Would you like to restart your webserver(s) now?
|
||||
Your webserver(s) need to be restarted in order to apply the changes.
|
||||
|
||||
Template: ldap-account-manager/note-0_4_9-upgrade
|
||||
Type: note
|
||||
_Description: Upgrade from pre-0.5.0 versions
|
||||
Please note that this version uses new file formats for configuration and
|
||||
account profiles. You will have to update your configuration and create new
|
||||
account profiles.
|
||||
|
||||
Template: ldap-account-manager/note-1_0_0-upgrade
|
||||
Type: note
|
||||
_Description: Upgrade from pre-1.0.0 versions
|
||||
Please note that this version uses new file formats for the configuration
|
||||
profiles. Please edit your configuration files and save the new
|
||||
settings.
|
||||
|
||||
|
|
Loading…
Reference in New Issue