Comment 3 for bug 178905

Revision history for this message
Koen (koen-beek) wrote :

the postrm script does the following :

#!/bin/sh
# ESP Package Manager v3.5.1
/etc/init.d/lpd restart

so I'd suggest doing the following (if ls -l /etc/init.d/lpd says No such file or directory before doing all this !)

echo "echo" | sudo tee -a /etc/init.d/lpd
sudo chmod 777 /etc/init.d/lpd
sudo apt-get purge hl1440lpr
sudo rm /etc/init.d/lpd