From 57cdacebb2adce1caa6483ae9f20a185e7034407 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 17 Sep 2014 16:28:51 +0000 Subject: MFH r367994: @sample: Alert user that there is a stale file to be removed. --- Keywords/sample.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Keywords/sample.yaml b/Keywords/sample.yaml index 4d56793acca1..7b22a75be9a2 100644 --- a/Keywords/sample.yaml +++ b/Keywords/sample.yaml @@ -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 -- cgit v1.2.3