2012/1/21 Jonathan Nieder <jrnie...@gmail.com>:
> Marcos Delgado wrote:
>
>> dpkg-query -S /etc/kernel/postinst.d/zz-extlinux
>>
>> extlinux: /etc/kernel/postinst.d/zz-extlinux
>
> Thanks for checking.  Next step:
>
>  - is the extlinux package installed, removed but not purged, or purged?
>  - please attach a copy of /etc/kernel/postinst.d/zz-extlinux so we can
>   look at it.

more /etc/kernel/postinst.d/zz-extlinux

#!/bin/sh

set -e

# Exit if extlinux was removed (!= purged)
if [ -x /usr/sbin/extlinux-update ]
then
        # Update extlinux configuration
        extlinux-update
fi



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to