On 03/06/12 20:56, Jakub Wilk wrote:
> You wrote:
> 
>     if [ "fgrep -q -x ..." -o "fgrep -q -x ..." ]; then
> 
> This condition is always true (also: not very portable). You want this
> instead:
> 
>     if fgrep -q -x ... || fgrep -q -x ...; then

Thanks for catching this. Another version uploaded with a revised
postinst which is based on the updated DEP-9 example.

Jon



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to