if [ "$UPDATE" != "yes" ]; then
	case "${ACTION}" in
	pre)
		rm -f etc/nvme/hostnqn
		rm -f etc/nvme/hostid
		;;
	esac
fi
