tags 330446 + pending
thanks
I've comitted the following patch to svn.
--- debian/initrd-tools.postrm (revision 4292)
+++ debian/initrd-tools.postrm (working copy)
@@ -4,7 +4,9 @@
if [ "$1" = purge ]; then
rm -rf /etc/mkinitrd
- update-modules
+ if [ -x /sbin/update-modules ]; then
+ /sbin/update-modules
+ fi
update-rc.d initrd-tools.sh remove > /dev/null
fi
--
dann frazier <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]