diff options
author | jlam <jlam> | 2001-03-06 09:32:34 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-03-06 09:32:34 +0000 |
commit | 9cf742b695116a0e44e2768f08659a8eb4b7af78 (patch) | |
tree | 3eb597821fd5ea6518aa60f4e9ebcce39483a771 /graphics | |
parent | 82cc3730a56cefa09c136f3926bdec45f62cafad (diff) | |
download | pkgsrc-9cf742b695116a0e44e2768f08659a8eb4b7af78.tar.gz |
Also try to remove plugins dir on deinstall as this package may have
created it.
Diffstat (limited to 'graphics')
-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 |