From: Phil Blundell Date: Mon, 5 Jul 2004 18:54:59 +0000 (+0000) Subject: need to re-run /etc/init.d/modutils after updating modules X-Git-Tag: Release-2010-05/1~18310 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a779f55df65c5688cfd82928c1a92c085cbca37d;p=openembedded.git need to re-run /etc/init.d/modutils after updating modules BKrev: 40e9a403gn7aCLmUDQQhSpe9MVjGIA --- 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() {