diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-05 18:54:59 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-05 18:54:59 +0000 |
commit | a779f55df65c5688cfd82928c1a92c085cbca37d (patch) | |
tree | eeb43a39026ee60ed59ce4d8b51eefdfd640b9ef /update-modules | |
parent | 2909de2b07323a04f1024632935908dd5304e49f (diff) |
need to re-run /etc/init.d/modutils after updating modules
BKrev: 40e9a403gn7aCLmUDQQhSpe9MVjGIA
Diffstat (limited to 'update-modules')
-rw-r--r-- | update-modules/update-modules_1.0.oe | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |