mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
Keywords: do not hint at deleting files needed
This is shown on deinstall, but deinstall is really just reinstall or upgrade.
This commit is contained in:
parent
cf91b51633
commit
4ee000098a
@ -55,7 +55,5 @@ pre-deinstall: <<EOD
|
||||
esac
|
||||
if cmp -s "${target_file}" "${sample_file}"; then
|
||||
rm -f "${target_file}"
|
||||
else
|
||||
echo "You may need to manually remove ${target_file} if it is no longer needed."
|
||||
fi
|
||||
EOD
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user