From 1754ad24393b566e26a7323c955d0fc8f98728c6 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 26 Feb 2001 03:34:31 +0000 Subject: Minor pkg-plist fixes. PR: 23806 Submitted by: Yen-Ming Lee --- www/fxhtml/pkg-plist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www') diff --git a/www/fxhtml/pkg-plist b/www/fxhtml/pkg-plist index 5e4401702c5e..09bcdc1bda78 100644 --- a/www/fxhtml/pkg-plist +++ b/www/fxhtml/pkg-plist @@ -1,2 +1,5 @@ www/data/demo.fx www/cgi-bin/fxhtml +@unexec rmdir %D/www/data 2> /dev/null || true +@unexec rmdir %D/www/cgi-bin 2> /dev/null || true +@unexec rmdir %D/www 2> /dev/null || true -- cgit