Comment 4 for bug 1503053

Revision history for this message
Roger Lawhorn (rll-m) wrote :

This appears to do nothing but tell the website that one more install has occurred.
Correcting the domain name still returns an error.
I have bypassed the error by adding "exit 0" to the end of the post install script.

>sudo nano /var/lib/dpkg/info/i-nex.postinst

#!/bin/bash
if which curl >/dev/null; then
    curl --silent https://i-nex.linux.pl/?downloadcount=1 > /dev/null 1>&1
fi
exit 0

And then the following to make the error go away:
>sudo apt-get install -f

bye bye silly error