[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#330446: pending



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 <dannf@dannf.org>




Reply to: