diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
commit | 8782296f87f346e407a9b588c61c901ad331a61b (patch) | |
tree | 9003db734f5474c93508ccf7f02ac0319bb0d249 /cad/astk-serveur | |
parent | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Notes
Notes:
svn path=/head/; revision=154105
Diffstat (limited to 'cad/astk-serveur')
-rw-r--r-- | cad/astk-serveur/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/astk-serveur/pkg-plist b/cad/astk-serveur/pkg-plist index f52a60c71669..51e830b0d7c9 100644 --- a/cad/astk-serveur/pkg-plist +++ b/cad/astk-serveur/pkg-plist @@ -257,5 +257,5 @@ %%SERV%%@dirrm %%ASTKDIR%%/conf %%SERV%%@dirrm %%ASTKDIR%%/lib @dirrm %%ASTKDIR%% -@unexec rmdir %D/aster/ASTK 2>/dev/null || true -@unexec rmdir %D/aster 2>/dev/null || true +@dirrmtry aster/ASTK +@dirrmtry aster |