# To fix the .old issue for rolling up users. As the file is found not to be
# provided by any package.
if [[ -e /usr/lib/libreadline.so.*.old ]]; then
    rm -f /usr/lib/libreadline.so.*.old
fi

ldconfig
