diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-16 10:31:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-16 10:31:32 +0000 |
commit | ed700b13bf8821c8485314e5305554dc4633eed5 (patch) | |
tree | 30e1edcf6c75aa07c498e2766af2994cd5fcb493 | |
parent | fba6cfa882cabc0e551c032d98a55e5f43b074bf (diff) | |
download | freebsd-ports-ed700b13bf8821c8485314e5305554dc4633eed5.zip |
Remove lib/netscape/plugins.
Submitted by: onigiri
-rw-r--r-- | www/xswallow/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/xswallow/pkg-plist b/www/xswallow/pkg-plist index 11c922e651df..27cc49d79a8a 100644 --- a/www/xswallow/pkg-plist +++ b/www/xswallow/pkg-plist @@ -3,4 +3,5 @@ share/doc/xswallow/README share/examples/xswallow/xswallow.conf @dirrm share/doc/xswallow @dirrm share/examples/xswallow - +@unexec rmdir %D/lib/netscape/plugins 2>/dev/null || true +@unexec rmdir %D/lib/netscape 2>/dev/null || true |