void-packages/srcpkgs/glibc32/REMOVE
Juan RP 06f81470b5 glibc32: update to match latest i686 pkg.
--HG--
extra : convert_revision : 078d7f9f1baf9c4fda9d3fd2c848d41a6c02d7ce
2010-01-29 18:46:21 +01:00

11 lines
181 B
Plaintext

#
# 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