Comment 1 for bug 1169488

Revision history for this message
Daniel Manrique (roadmr) wrote :

Hi Jeffrey,

The script uses dpkg to check whether obexftp is installed. The only instance of this is calling:

dpkg -l

Could you please run the following command and tell me what it outputs?

if ! dpkg -l | grep -q obexftp; then echo "You must install obexftp to run this script"; fi

Also, please separately run these two commands and also tell me what it outputs:

dpkg -l
dpkg -l | grep -q obexftp