ICU-678 call ldconfig in a way that makes lintian notice it.

X-SVN-Rev: 7364
This commit is contained in:
Yves Arrouye 2001-12-21 20:01:14 +00:00
parent 16b14ddef2
commit c99b118274

View file

@ -22,9 +22,14 @@ set -e
# installation fails and the `postinst' is called with `abort-upgrade',
# `abort-remove' or `abort-deconfigure'.
# Call ldconfig in a way that makes lintian happy.
if [ "$1" = "configure" ]; then ldconfig; fi
# And now do the rest of the configuration
case "$1" in
configure)
ldconfig
# Adjust the current ICU link in /usr/lib/icu