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) --- graphics/gliv/pkg-plist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'graphics/gliv/pkg-plist') diff --git a/graphics/gliv/pkg-plist b/graphics/gliv/pkg-plist index 76a130926b2a..6c9395496467 100644 --- a/graphics/gliv/pkg-plist +++ b/graphics/gliv/pkg-plist @@ -12,9 +12,9 @@ share/locale/rw/LC_MESSAGES/gliv.mo share/locale/sk/LC_MESSAGES/gliv.mo share/locale/tr/LC_MESSAGES/gliv.mo share/locale/vi/LC_MESSAGES/gliv.mo -@unexec rmdir %D/man/ru/man1 2>/dev/null || true -@unexec rmdir %D/man/ru 2>/dev/null || true -@unexec rmdir %D/man/fr/man1 2>/dev/null || true -@unexec rmdir %D/man/fr 2>/dev/null || true -@unexec rmdir %D/man/de/man1 2>/dev/null || true -@unexec rmdir %D/man/de 2>/dev/null || true +@dirrmtry man/ru/man1 +@dirrmtry man/ru +@dirrmtry man/fr/man1 +@dirrmtry man/fr +@dirrmtry man/de/man1 +@dirrmtry man/de -- cgit