summaryrefslogtreecommitdiffstats
path: root/news/tin/PRE_REMOVE
diff options
context:
space:
mode:
authorVlad Glagolev2017-09-23 20:01:06 -0400
committerVlad Glagolev2017-09-23 20:01:06 -0400
commitc0e69e84927963add5f67415800483a2bb3e6ed2 (patch)
tree7bd6c73734e103022f392ad95e95f3681fcccb74 /news/tin/PRE_REMOVE
parentbd239a6f0094959c63c457d093c679393ae5f284 (diff)
tin: => 2.4.1
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