06f81470b5
--HG-- extra : convert_revision : 078d7f9f1baf9c4fda9d3fd2c848d41a6c02d7ce
10 lines
181 B
Text
10 lines
181 B
Text
#
|
|
# This script removes ld.so glibc32 generated files.
|
|
#
|
|
case "${ACTION}" in
|
|
post)
|
|
if [ -f etc/ld.so.conf.d/glibc32.conf ]; then
|
|
rm -f etc/ld.so.conf.d/glibc32.conf
|
|
fi
|
|
;;
|
|
esac
|