diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:29:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:29:46 +0000 |
commit | 913a5a5cbae4d0f429ae82617b4e1fca51867d49 (patch) | |
tree | f99bd9b91ec272158b0ee070a9ec0871177d6ea8 /chinese/pcmanx | |
parent | ffbac30e7dc48153e09f82916b1b30c551b8a199 (diff) | |
download | ports-913a5a5cbae4d0f429ae82617b4e1fca51867d49.tar.gz ports-913a5a5cbae4d0f429ae82617b4e1fca51867d49.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154109
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%% |