MFH r367994:

@sample: Alert user that there is a stale file to be removed.
This commit is contained in:
Bryan Drewery 2014-09-17 16:28:51 +00:00
parent 8968bdc5a1
commit 57cdacebb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2014Q3/; revision=368396

View File

@ -26,4 +26,6 @@ pre-deinstall: |
target_file="${sample_file%.sample}"
if cmp -s "${target_file}" "${sample_file}"; then
rm -f "${target_file}"
else
echo "You may need to manually remove ${target_file} if it's no longer needed."
fi