diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 19:04:10 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 19:04:10 +0100 |
commit | d415a479a9e54bbea8269628dbb47acac32dd246 (patch) | |
tree | 1013d7a95015de7fd4d796f243120036f0494bfd /acompiler/virtualbox-module/post-install | |
parent | 64a979de34d16c63c52b792a8cfdb0b13b2f9387 (diff) | |
download | nutyx-pakxe-d415a479a9e54bbea8269628dbb47acac32dd246.tar.gz nutyx-pakxe-d415a479a9e54bbea8269628dbb47acac32dd246.tar.bz2 nutyx-pakxe-d415a479a9e54bbea8269628dbb47acac32dd246.tar.xz nutyx-pakxe-d415a479a9e54bbea8269628dbb47acac32dd246.zip |
nvidia, maj md5sum.i686
Diffstat (limited to 'acompiler/virtualbox-module/post-install')
-rwxr-xr-x | acompiler/virtualbox-module/post-install | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/acompiler/virtualbox-module/post-install b/acompiler/virtualbox-module/post-install deleted file mode 100755 index 2932233e5..000000000 --- a/acompiler/virtualbox-module/post-install +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -# Mettre a jour les modules -depmod - -# Si pas de groupe vboxusers on en creer un -/usr/bin/getent group vboxusers || /usr/sbin/groupadd -g 80 vboxusers - -# Ajout du module dans /etc/sysconfig/modules -if ! grep "vboxdrv" /etc/sysconfig/modules >/dev/null; then - sed -i '/End/ i vboxdrv' /etc/sysconfig/modules -fi -if ! grep "vboxnetflt" /etc/sysconfig/modules >/dev/null; then - sed -i '/End/ i vboxnetflt' /etc/sysconfig/modules -fi - - -# End of File - |