MFH r367994:
@sample: Alert user that there is a stale file to be removed.
This commit is contained in:
parent
8968bdc5a1
commit
57cdacebb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2014Q3/; revision=368396
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user