On Sun, May 21, 2006 at 11:04:20AM -0500, martin f krafft wrote:

> also sprach Enrico Zini <[EMAIL PROTECTED]> [2006.05.21.0008 -0500]:
> > -rmdir --ignore-fail-on-non-empty /usr/local/share/hibernate/scriptlets.d
> > -rmdir --ignore-fail-on-non-empty /usr/local/share/hibernate
> > +rmdir /usr/local/share/hibernate/scriptlets.d || true
> > +rmdir /usr/local/share/hibernate || true
> 
> Any reason why you remove --ignore-fail-on-non-empty ? Without it,
> there will be error messages...

I think rmdir 2>/dev/null would be a better solution in any case.  I
think that's what I originally had, but then noticed that other packages
were using --ignore-fail-on-non-empty and thought there must have been a
good reason for it.  *sigh*

Cameron

Attachment: signature.asc
Description: Digital signature

Reply via email to