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) --- irc/xchat2/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc/xchat2') diff --git a/irc/xchat2/pkg-plist b/irc/xchat2/pkg-plist index 64b57e63bab2..0c797be5d24a 100644 --- a/irc/xchat2/pkg-plist +++ b/irc/xchat2/pkg-plist @@ -18,7 +18,7 @@ share/locale/sq/LC_MESSAGES/xchat.mo share/locale/vi/LC_MESSAGES/xchat.mo share/locale/zh_TW/LC_MESSAGES/xchat.mo share/pixmaps/xchat.png -@unexec rmdir %D/share/applications 2> /dev/null || true +@dirrmtry share/applications @exec mkdir -p %D/lib/xchat/plugins @dirrm lib/xchat/plugins @dirrm lib/xchat -- cgit