diff options
author | tron <tron> | 1999-08-24 07:27:21 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-24 07:27:21 +0000 |
commit | 8a2028d29caa3703cc714558ef76cf35de20abd0 (patch) | |
tree | 0a5d31cf700dd544834731e91fa92d86ca06190e | |
parent | b61096f7814b7e8d89ec17ab92c2e6cbd6e28dd3 (diff) | |
download | pkgsrc-8a2028d29caa3703cc714558ef76cf35de20abd0.tar.gz |
Don't complain if "${PREFIX}/share/irc" can't be removed because some
user created files e.g. "ircII.server" are still in that directory.
-rw-r--r-- | net/ircII/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ircII/pkg/PLIST b/net/ircII/pkg/PLIST index 3b42ac8753c..2cac3fe4074 100644 --- a/net/ircII/pkg/PLIST +++ b/net/ircII/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 1999/08/24 01:19:24 mrg Exp $ +@comment $NetBSD: PLIST,v 1.18 1999/08/24 07:27:21 tron Exp $ bin/irc-4.4L bin/ircbug bin/irc @@ -599,4 +599,4 @@ share/irc/help/icb@.GZ@ @dirrm share/irc/help @dirrm share/irc/script @dirrm share/irc/translation -@dirrm share/irc +@unexec rmdir %D/share/irc 2>/dev/null || true |