Fails to remove vbesave rc.d symlink on removal

Bug #56836 reported by Tomas Hoger
2
Affects Status Importance Assigned to Milestone
acpi-support (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

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

Simon Law (sfllaw)
Changed in acpi-support:
importance: Untriaged → Medium
status: Unconfirmed → Confirmed
Matthew Garrett (mjg59)
Changed in acpi-support:
status: Confirmed → Fix Committed
Revision history for this message
Daniel Hahler (blueyed) wrote :

This has been released already.

Changed in acpi-support:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.