diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 10:20:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 10:20:05 +0800 |
commit | ffa6a89c602bab7fc1470e34b05dcfe64ce87369 (patch) | |
tree | 70253ae4904e6777d975133ac5d163530a80b02a /irc/scrollz | |
parent | e8320e01ab60ecf311418120fb31f132f2adf4e9 (diff) | |
download | freebsd-ports-graphics-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.tar.gz freebsd-ports-graphics-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.tar.zst freebsd-ports-graphics-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'irc/scrollz')
-rw-r--r-- | irc/scrollz/pkg-plist | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/irc/scrollz/pkg-plist b/irc/scrollz/pkg-plist index 5d75bc9eccd..971c65279d0 100644 --- a/irc/scrollz/pkg-plist +++ b/irc/scrollz/pkg-plist @@ -716,18 +716,18 @@ share/scrollz/translation/SWISS share/scrollz/translation/UNITED_KINGDOM share/scrollz/translation/UNITED_KINGDOM_COM @exec mkdir %D/share/scrollz/script -@unexec rmdir %D/share/scrollz/translation 2>/dev/null || true -@unexec rmdir %D/share/scrollz/script 2>/dev/null || true -@unexec rmdir %D/share/scrollz/help/bind 2>/dev/null || true -@unexec rmdir %D/share/scrollz/help/alias 2>/dev/null || true -@unexec rmdir %D/share/scrollz/help/cdcc 2>/dev/null || true -@unexec rmdir %D/share/scrollz/help/dcc 2>/dev/null || true -@unexec rmdir %D/share/scrollz/help/note 2>/dev/null || true -@unexec rmdir %D/share/scrollz/help/on 2>/dev/null || true -@unexec rmdir %D/share/scrollz/help/scrollz 2>/dev/null || true -@unexec rmdir %D/share/scrollz/help/set 2>/dev/null || true -@unexec rmdir %D/share/scrollz/help/window 2>/dev/null || true -@unexec rmdir %D/share/scrollz/help/ctcp 2>/dev/null || true -@unexec rmdir %D/share/scrollz/help 2>/dev/null || true +@dirrmtry share/scrollz/translation +@dirrmtry share/scrollz/script +@dirrmtry share/scrollz/help/bind +@dirrmtry share/scrollz/help/alias +@dirrmtry share/scrollz/help/cdcc +@dirrmtry share/scrollz/help/dcc +@dirrmtry share/scrollz/help/note +@dirrmtry share/scrollz/help/on +@dirrmtry share/scrollz/help/scrollz +@dirrmtry share/scrollz/help/set +@dirrmtry share/scrollz/help/window +@dirrmtry share/scrollz/help/ctcp +@dirrmtry share/scrollz/help @dirrm share/scrollz/doc -@unexec rmdir %D/share/scrollz 2>/dev/null || true +@dirrmtry share/scrollz |