View | Details | Raw Unified | Return to bug 10574
Collapse All | Expand All

(-)a/debian/koha-common.config (-2 / +3 lines)
Lines 21-26 set -e Link Here
21
21
22
. /usr/share/debconf/confmodule
22
. /usr/share/debconf/confmodule
23
23
24
db_input high koha-common/3.2-3.4-upgrade-notice || true
24
if dpkg --compare-versions "$2" lt-nl 3.4 ; then
25
    db_input high koha-common/3.2-3.4-upgrade-notice || true
26
fi
25
db_go
27
db_go
26
28
27
- 

Return to bug 10574