> Quoting Jonathan Weiss ([EMAIL PROTECTED]):
>> In pkg/PLIST for the rubygems-port I have:
>>
>> @unexec rm %D/lib/ruby/gems/${REV}/source_cache
>>
>> But this will be executed also if the file is not present and pkg_delete
>> will carp.
>>
>> How do I delete this file only if present?
>
> How about just using `rm -f'?
>
> Regards,
> Michael.The obvious is sometimes so far... Thanks! Jonathan -- Jonathan Weiss http://blog.innerewut.de
