The following changes were made:
* ld.so.cache now moved to /usr/share/glibc and ushered into /etc * no longer executes ldconfig
This commit is contained in:
@@ -7,6 +7,10 @@ case $1 in
|
||||
exit 0
|
||||
;;
|
||||
postinst)
|
||||
if [ ! -f /etc/ld.so.cache ]; then
|
||||
cp /usr/share/glibc/ld.so.cache /etc/ld.so.cache
|
||||
fi
|
||||
|
||||
if [ ! -f /etc/ld.so.conf ]; then
|
||||
cp /usr/share/glibc/ld.so.conf /etc/ld.so.conf
|
||||
fi
|
||||
@@ -14,8 +18,6 @@ case $1 in
|
||||
if [ ! -f /etc/nsswitch.conf ]; then
|
||||
cp /usr/share/glibc/nsswitch.conf /etc/nsswitch.conf
|
||||
fi
|
||||
|
||||
ldconfig
|
||||
;;
|
||||
prerm)
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user