diff options
author | jlam <jlam@pkgsrc.org> | 2001-03-06 09:32:34 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-03-06 09:32:34 +0000 |
commit | 205dfa09769bfafb5f63600b17db728b42dc1f80 (patch) | |
tree | 3eb597821fd5ea6518aa60f4e9ebcce39483a771 /graphics/ns-flash | |
parent | 9f78a1749e8f00886fce2d4b7c584add67436201 (diff) | |
download | pkgsrc-205dfa09769bfafb5f63600b17db728b42dc1f80.tar.gz |
Also try to remove plugins dir on deinstall as this package may have
created it.
Diffstat (limited to 'graphics/ns-flash')
-rw-r--r-- | graphics/ns-flash/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ns-flash/pkg/PLIST b/graphics/ns-flash/pkg/PLIST index 42e7ff0863a..40a275e1761 100644 --- a/graphics/ns-flash/pkg/PLIST +++ b/graphics/ns-flash/pkg/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/04 16:43:13 jlam Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/03/06 09:32:34 jlam Exp $ lib/netscape/plugins/ShockwaveFlash.class lib/netscape/plugins/libflashplayer.so +@unexec rmdir %D/lib/netscape/plugins 2>/dev/null || true |