diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-03 09:38:13 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-03 09:38:13 +0000 |
commit | fb8d61f04a3f1ca0807a49dca75eb42a02823897 (patch) | |
tree | 602fffe0f23c6826f318c2716b0c348f0c1e6403 /news/papercut/pkg-plist | |
parent | 54ffdd032c7d5a104ceab7868fe267513d681789 (diff) |
Notes
Diffstat (limited to 'news/papercut/pkg-plist')
-rw-r--r-- | news/papercut/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/papercut/pkg-plist b/news/papercut/pkg-plist index 62c7109be299..3e19afd44019 100644 --- a/news/papercut/pkg-plist +++ b/news/papercut/pkg-plist @@ -50,4 +50,4 @@ bin/papercut @dirrm %%DATADIR%%/storage @unexec rmdir %D/%%DATADIR%%/cache || true @unexec rmdir %D/%%DATADIR%%/logs || true -@unexec rmdir %D/%%DATADIR%% || echo "If you are permanently removing this port, you should do a ``rm -rf %D/%%DATADIR%%`` to remove any files left." | fmt +@unexec rmdir %D/%%DATADIR%% 2> /dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf %D/%%DATADIR%%`` to remove any files left." | fmt |