From a779f55df65c5688cfd82928c1a92c085cbca37d Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Mon, 5 Jul 2004 18:54:59 +0000 Subject: need to re-run /etc/init.d/modutils after updating modules BKrev: 40e9a403gn7aCLmUDQQhSpe9MVjGIA --- update-modules/update-modules_1.0.oe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update-modules/update-modules_1.0.oe b/update-modules/update-modules_1.0.oe index 1ea2f4e520..0d445224e7 100644 --- a/update-modules/update-modules_1.0.oe +++ b/update-modules/update-modules_1.0.oe @@ -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() { -- cgit v1.2.3