need to re-run /etc/init.d/modutils after updating modules
authorPhil Blundell <philb@gnu.org>
Mon, 5 Jul 2004 18:54:59 +0000 (18:54 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 5 Jul 2004 18:54:59 +0000 (18:54 +0000)
BKrev: 40e9a403gn7aCLmUDQQhSpe9MVjGIA

update-modules/update-modules_1.0.oe

index 1ea2f4e..0d44522 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Script to manage module configuration files"
 PACKAGE_ARCH = "all"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "file://update-modules"
 
@@ -9,6 +9,7 @@ if [ "x$D" != "x" ]; then
        exit 1
 fi
 update-modules
+/etc/init.d/modutils
 }
 
 do_install() {