vp-build/srcpkgs/nvme-cli/REMOVE

9 lines
122 B
Plaintext

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