From ffa6a89c602bab7fc1470e34b05dcfe64ce87369 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 02:20:05 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- java/eclipse-vep-examples/pkg-plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'java/eclipse-vep-examples') diff --git a/java/eclipse-vep-examples/pkg-plist b/java/eclipse-vep-examples/pkg-plist index 7420d016ee23..1c9b7cf8aa50 100644 --- a/java/eclipse-vep-examples/pkg-plist +++ b/java/eclipse-vep-examples/pkg-plist @@ -54,6 +54,6 @@ eclipse/features/org.eclipse.ve.examples_%%RELEASEVERSION%%/feature.properties @dirrm eclipse/plugins/org.eclipse.ve.examples.source_%%RELEASEVERSION%%/src @dirrm eclipse/plugins/org.eclipse.ve.examples.source_%%RELEASEVERSION%% @dirrm eclipse/features/org.eclipse.ve.examples_%%RELEASEVERSION%% -@unexec rmdir %D/eclipse/plugins 2>/dev/null || true -@unexec rmdir %D/eclipse/features 2>/dev/null || true -@unexec rmdir %D/eclipse 2>/dev/null || true +@dirrmtry eclipse/plugins +@dirrmtry eclipse/features +@dirrmtry eclipse -- cgit