[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ldconfig in a post(rm|inst) script



Hi Alex,


> >> >>>	rm -f
> >> >>> /usr/share/hal/fdi/information/10freedesktop/10-camera-$PACKAGE-device.fdi
> >> >>> || true

> > What errors if using 'rm -f', right ?
> >
> What do you mean by that? Could you please explain further?

Using 'rm -f' doesn't return a error.

if I do (TESTE doesn't exist) :

$rm -f TESTE; echo $?
0


$rm TESTE; echo $?
1
not found


regards,
-- 
Herbert Parentes Fortes Neto (hpfn)


Reply to: