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 -- update manager does not deal with packages in "reinstreq" state https://bugs.launchpad.net/bugs/178905 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
