X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=da2a128c10d6f5697132d9a9a55fec568c7f7901;hb=5671654147de2695f807e64de02b62629f18b1e0;hp=8229fc3284815743567f3aad87b0e7fd287a25f2;hpb=6cfff3db2e964ff7cc54d193db5675215aef2353;p=php5-cn.git diff --git a/debian/postinst b/debian/postinst index 8229fc3..da2a128 100755 --- a/debian/postinst +++ b/debian/postinst @@ -281,14 +281,15 @@ if [ "$RET" != "true" ]; then for ext in $php4_ext; do if [ "$(echo $php5_ext | egrep $ext)" = "" ]; then php5_ext_mis="\n${ext}${php5_ext_mis}" - if + fi done # Some PHP5 extensions are not active. if [ -n "$php5_ext_mis" ]; then db_fset php5-cn/extensions seen false db_title php5-cn - konfiguracija - db_subst php5-cn/extensions php5_extensions "${php5_ext_mis}" + db_capb escape + db_subst php5-cn/extensions php5_extensions "${php5_ext_mis#*\n}" db_input critical php5-cn/extensions || true db_go || true fi