Comment 21 for bug 149836

Revision history for this message
Daniel Hahler (blueyed) wrote :

Timo, I was referring to the "exit 0" and I'm not sure if Steve only was referring to errors from update-initramfs.

For reference, linux-restricted-modules.postrm does:
 case "$1" in
   remove|purge)
     depmod -a -q -F /boot/System.map-@@KVERSION@@ @@KVERSION@@
     ;;
 esac

 exit 0