aboutsummaryrefslogtreecommitdiff
path: root/Keywords/sample.ucl
diff options
context:
space:
mode:
Diffstat (limited to 'Keywords/sample.ucl')
-rw-r--r--Keywords/sample.ucl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Keywords/sample.ucl b/Keywords/sample.ucl
index a1d7085dc24e..bb622133461e 100644
--- a/Keywords/sample.ucl
+++ b/Keywords/sample.ucl
@@ -33,5 +33,7 @@ pre-deinstall: <<EOD
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
EOD