Comment 5 for bug 634707

Revision history for this message
Drew Snellgrove (forkinme-deactivatedaccount) wrote :

Less simple but less abrasive workaround to try before purging.

edit /var/lib/dpkg/info/kdm.postrm and comment out the following three lines since they're apparently unnecessary:

if [ "$1" = "purge" ] ; then
        rm /etc/init/kdm.conf || exit $?
fi