summaryrefslogtreecommitdiffstats
path: root/news/tin/PRE_REMOVE
diff options
context:
space:
mode:
Diffstat (limited to 'news/tin/PRE_REMOVE')
-rwxr-xr-xnews/tin/PRE_REMOVE4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/tin/PRE_REMOVE b/news/tin/PRE_REMOVE
index e84544d78b..539ce814bc 100755
--- a/news/tin/PRE_REMOVE
+++ b/news/tin/PRE_REMOVE
@@ -1,3 +1,3 @@
-if [ -d /usr/lib/news/active ]; then
- message "${MESSAGE_COLOR}$SPELL used /usr/lib/news/active directory. It was not removed. ${DEFAULT_COLOR}"
+if [ -f /usr/lib/news/active ]; then
+ message "${MESSAGE_COLOR}$SPELL used /usr/lib/news/active file. It was not removed. ${DEFAULT_COLOR}"
fi