diff options
author | sada <sada@FreeBSD.org> | 2000-07-30 09:07:35 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-07-30 09:07:35 +0800 |
commit | 2ea189604422258bb965f546d1d377725d45e9c0 (patch) | |
tree | e77067a33181e40647852d89f13fd420889851f1 /www | |
parent | cebed9e6ee2cfefe38c3d55f4b012cf334e0ebe8 (diff) | |
download | freebsd-ports-gnome-2ea189604422258bb965f546d1d377725d45e9c0.tar.gz freebsd-ports-gnome-2ea189604422258bb965f546d1d377725d45e9c0.tar.zst freebsd-ports-gnome-2ea189604422258bb965f546d1d377725d45e9c0.zip |
Avoid deinstall time warning messages when some plagins are installed.
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape47-communicator/pkg-plist | 2 | ||||
-rw-r--r-- | www/netscape47-navigator/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape47-communicator/pkg-plist b/www/netscape47-communicator/pkg-plist index 01e589b96796..be1fd986d0aa 100644 --- a/www/netscape47-communicator/pkg-plist +++ b/www/netscape47-communicator/pkg-plist @@ -179,7 +179,7 @@ bin/%%BROWSER%%-%%BROWSER_VER%% %%NSUBDIR%%/spell/pen4s324.dat %%NSUBDIR%%/vreg @dirrm %%NSUBDIR%%/spell -@dirrm %%NSUBDIR%%/plugins +@unexec rmdir %D/%%NSUBDIR%%/plugins 2>/dev/null || true @dirrm %%NSUBDIR%%/nethelp/netscape/trouble @dirrm %%NSUBDIR%%/nethelp/netscape/shared @dirrm %%NSUBDIR%%/nethelp/netscape/news diff --git a/www/netscape47-navigator/pkg-plist b/www/netscape47-navigator/pkg-plist index 630768588cc9..a0b51d57bda4 100644 --- a/www/netscape47-navigator/pkg-plist +++ b/www/netscape47-navigator/pkg-plist @@ -140,7 +140,7 @@ bin/navigator-%%BROWSER_VER%% %%NSUBDIR%%/plugins/libnullplugin.so %%NSUBDIR%%/registry %%NSUBDIR%%/vreg -@dirrm %%NSUBDIR%%/plugins +@unexec rmdir %D/%%NSUBDIR%%/plugins 2>/dev/null || true @dirrm %%NSUBDIR%%/nethelp/netscape/shared @dirrm %%NSUBDIR%%/nethelp/netscape/navigatr @dirrm %%NSUBDIR%%/nethelp/netscape/home |