From 1677f97aa26c838254a6818de8cfcfd86c746dfb Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 06:28:59 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- www/drupal/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/drupal') diff --git a/www/drupal/pkg-plist b/www/drupal/pkg-plist index f2a4397544bf..734e8b5dee00 100644 --- a/www/drupal/pkg-plist +++ b/www/drupal/pkg-plist @@ -142,8 +142,8 @@ @dirrm %%DRUPDIR%%/themes/chameleon @dirrm %%DRUPDIR%%/themes/bluemarine @dirrm %%DRUPDIR%%/themes -@unexec rmdir %D/%%DRUPDIR%%/sites/default 2>/dev/null || /usr/bin/true -@unexec rmdir %D/%%DRUPDIR%%/sites 2>/dev/null || /usr/bin/true +@dirrmtry %%DRUPDIR%%/sites/default +@dirrmtry %%DRUPDIR%%/sites @dirrm %%DRUPDIR%%/scripts @dirrm %%DRUPDIR%%/modules @dirrm %%DRUPDIR%%/misc -- cgit