mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 17:56:54 +00:00
ICU-678 call ldconfig in a way that makes lintian notice it.
X-SVN-Rev: 7364
This commit is contained in:
parent
16b14ddef2
commit
c99b118274
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue