Public bug reported:

When acpi-support package is purged, symlinks for vbesave are left in
/etc/rcX.d directories.  Postrm script should call 'update-rc.d vbesave
remove' to remove symlinks installed in postinst.

Problem was fixed in Raphael Hertzog's Debian version of package 0.84-1.
Following postrm was added to sources:

#!/bin/sh

#DEBHELPER#

if [ "$1" = "purge" ] ; then
        update-rc.d vbesave remove >/dev/null || exit $?
fi

** Affects: acpi-support (Ubuntu)
     Importance: Untriaged
         Status: Unconfirmed

-- 
Fails to remove vbesave rc.d symlink on removal
https://launchpad.net/bugs/56836

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to