diff --git a/lam-packaging/debian/config b/lam-packaging/debian/config index 1d37d723..5a90d970 100755 --- a/lam-packaging/debian/config +++ b/lam-packaging/debian/config @@ -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# diff --git a/lam-packaging/debian/templates b/lam-packaging/debian/templates index 04f36ff4..a6dfb224 100644 --- a/lam-packaging/debian/templates +++ b/lam-packaging/debian/templates @@ -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. -