diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 09:29:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 09:29:46 +0800 |
commit | e80f0953d18006170971019cc3936a2de46081ab (patch) | |
tree | 2ced76b22a5a33be9fc8a463ef1df3c21eb26234 /chinese/pcmanx | |
parent | f70b9e5e41d04219d385f0493662aacb199e31cc (diff) | |
download | freebsd-ports-gnome-e80f0953d18006170971019cc3936a2de46081ab.tar.gz freebsd-ports-gnome-e80f0953d18006170971019cc3936a2de46081ab.tar.zst freebsd-ports-gnome-e80f0953d18006170971019cc3936a2de46081ab.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'chinese/pcmanx')
-rw-r--r-- | chinese/pcmanx/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/pcmanx/pkg-plist b/chinese/pcmanx/pkg-plist index ad5e880825d9..c39c5bec73bb 100644 --- a/chinese/pcmanx/pkg-plist +++ b/chinese/pcmanx/pkg-plist @@ -14,7 +14,7 @@ lib/libpcmanx_core.so.0 %%DATADIR%%/nancy_bot/example_usages.data share/applications/pcmanx.desktop share/pixmaps/pcmanx.png -@unexec rmdir %D/share/applications 2>/dev/null || true -@unexec rmdir %D/%%DATADIR%%/nancy_bot 2>/dev/null || true -@unexec rmdir %D/%%DATADIR%%/script 2>/dev/null || true +@dirrmtry share/applications +@dirrmtry %%DATADIR%%/nancy_bot +@dirrmtry %%DATADIR%%/script @dirrm %%DATADIR%% |