aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Keywords/sample.yaml2
1 files changed, 2 insertions, 0 deletions
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