From 186c2e326cb8f9a0f44b44cdbf6314e0999b346e Mon Sep 17 00:00:00 2001 From: Edwin Groothuis 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) --- net-p2p/amule2/pkg-plist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'net-p2p/amule2') diff --git a/net-p2p/amule2/pkg-plist b/net-p2p/amule2/pkg-plist index b579ccf62f0d..6059a3f4976c 100644 --- a/net-p2p/amule2/pkg-plist +++ b/net-p2p/amule2/pkg-plist @@ -57,7 +57,7 @@ share/gnome/doc/aMule-2.1.0/socks4.protocol @dirrmtry share/gnome/doc %%PL_CAS%%share/gnome/cas/tmp.html %%PL_CAS%%share/gnome/cas/stat.png -%%PL_CAS%%@unexec rmdir %D/share/gnome/cas 2>/dev/null || true +%%PL_CAS%%@dirrmtry share/gnome/cas %%PL_CAS%%share/gnome/pixmaps/wxcas.xpm %%PL_ALC%%share/gnome/pixmaps/alc.xpm share/gnome/pixmaps/amule.xpm @@ -225,11 +225,11 @@ share/gnome/applications/amule.desktop %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/stat_tree.php %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login.html %%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/index.php -%%PL_AMULEWEBSRV%%@unexec rmdir %D/share/gnome/amule/webserver/default 2>/dev/null || true -%%PL_AMULEWEBSRV%%@unexec rmdir %D/share/gnome/amule/webserver/php-default 2>/dev/null || true -%%PL_AMULEWEBSRV%%@unexec rmdir %D/share/gnome/amule/webserver/chicane 2>/dev/null || true -%%PL_AMULEWEBSRV%%@unexec rmdir %D/share/gnome/amule/webserver 2>/dev/null || true -%%PL_AMULEWEBSRV%%@unexec rmdir %D/share/gnome/amule 2>/dev/null || true +%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver/default +%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver/php-default +%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver/chicane +%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver +%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule lib/xchat/plugins/xas.pl @dirrmtry lib/xchat/plugins @dirrmtry lib/xchat -- cgit v1.2.3