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 /deskutils/pypanel | |
parent | ffbac30e7dc48153e09f82916b1b30c551b8a199 (diff) |
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 'deskutils/pypanel')
-rw-r--r-- | deskutils/pypanel/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/pypanel/pkg-plist b/deskutils/pypanel/pkg-plist index 6f6850ca8d3b..836d885950c3 100644 --- a/deskutils/pypanel/pkg-plist +++ b/deskutils/pypanel/pkg-plist @@ -3,5 +3,5 @@ bin/pypanel %%DATADIR%%/pypanelrc %%PYTHON_SITELIBDIR%%/ppmodule.so @dirrm %%DATADIR%% -@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true -@unexec rmdir %D/%%PYTHON_LIBDIR%% 2>/dev/null || true +@dirrmtry %%PYTHON_SITELIBDIR%% +@dirrmtry %%PYTHON_LIBDIR%% |