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/plans | |
parent | ffbac30e7dc48153e09f82916b1b30c551b8a199 (diff) | |
download | ports-913a5a5cbae4d0f429ae82617b4e1fca51867d49.tar.gz ports-913a5a5cbae4d0f429ae82617b4e1fca51867d49.zip |
Notes
Diffstat (limited to 'deskutils/plans')
-rw-r--r-- | deskutils/plans/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/plans/pkg-plist b/deskutils/plans/pkg-plist index 427c1e3f6680..2d0dc379b40c 100644 --- a/deskutils/plans/pkg-plist +++ b/deskutils/plans/pkg-plist @@ -330,7 +330,7 @@ %%DIR%%/zh_tw.pl @dirrm %%DIR%%/theme/icons @dirrm %%DIR%%/theme/graphics -@unexec rmdir %D/%%DIR%%/theme 2>/dev/null || true -@unexec rmdir %D/%%DIR%%/sessions 2>/dev/null || true -@unexec rmdir %D/%%DIR%%/data 2>/dev/null || true +@dirrmtry %%DIR%%/theme +@dirrmtry %%DIR%%/sessions +@dirrmtry %%DIR%%/data @unexec rmdir %D/%%DIR%% 2>/dev/null || echo "Note: %D/%%DIR%% not empty -- not deleted!" |