be quiet about not removeable directories (because they are still holding
custommized configuration files)
This commit is contained in:
parent
731d868e82
commit
a4bbef896c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119730
1 changed files with 4 additions and 4 deletions
|
@ -63,12 +63,12 @@ share/courier-imap/vchkpw2userdb
|
|||
%%DOCSDIR%%/ChangeLog
|
||||
%%DOCSDIR%%/INSTALL
|
||||
%%DOCSDIR%%/README
|
||||
%%AUTHDFLAG%%@dirrm var/authdaemon
|
||||
@dirrm var
|
||||
%%AUTHDFLAG%%@unexec rmdir %D/var/authdaemon 2>/dev/null || true
|
||||
@unexec rmdir %D/var 2>/dev/null || true
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm share/courier-imap
|
||||
@dirrm %%LIBEXECDIR%%/authlib
|
||||
@unexec rmdir %D/%%LIBEXECDIR%%/authlib 2>/dev/null || true
|
||||
@dirrm %%LIBEXECDIR%%
|
||||
@dirrm %%CONFDIR%%/shared
|
||||
@dirrm %%CONFDIR%%/shared.tmp
|
||||
@dirrm %%CONFDIR%%
|
||||
@unexec rmdir %D/%%CONFDIR%% 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue