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 via email to