if [ -L /usr/lib/legacy/glibc/libc.so.6 ]; then
    echo "Deleting unnecessary libc.so.6 symlink ..."
    rm -f /usr/lib/legacy/glibc/libc.so.6
fi
