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:
Franco Fichtner 2018-06-11 08:41:00 +02:00
parent cf91b51633
commit 4ee000098a
1 changed files with 0 additions and 2 deletions

View File

@ -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