diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/fxhtml/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
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 |