diff options
author | root <root@rshg054.dnsready.net> | 2011-11-25 23:14:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-25 23:14:55 +0000 |
commit | 6a642c093f29814cdd0fdefeee3ab9400eae490f (patch) | |
tree | f2edeb17bda6dbc9e784455f1b38f3fcc7e5b64a /community/leafnode/leafnode.install | |
parent | 5894dd675f4bd3ba296d262fae99b3b87a0f87fd (diff) |
Fri Nov 25 23:14:55 UTC 2011
Diffstat (limited to 'community/leafnode/leafnode.install')
-rw-r--r-- | community/leafnode/leafnode.install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/leafnode/leafnode.install b/community/leafnode/leafnode.install index f1a046e1c..5f8a74c04 100644 --- a/community/leafnode/leafnode.install +++ b/community/leafnode/leafnode.install @@ -10,6 +10,5 @@ post_install() { } post_remove() { - echo "-- Deleting spool directory" - rm -rf var/spool/news + echo "-- Don't forget to remove /var/spool/news directory" } |