diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 21:04:35 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 21:04:35 +0200 |
commit | 44a66fccda6099eee9dd408d9ed9abb66d26ed25 (patch) | |
tree | 7ee9fc8466f6ab0249568e3baddb052d304b9851 /extra/microdia/post-install | |
parent | b6736dd3a054b0f7ea8c2a899cb4a54638deaaa2 (diff) | |
download | nutyx-extra-44a66fccda6099eee9dd408d9ed9abb66d26ed25.tar.gz nutyx-extra-44a66fccda6099eee9dd408d9ed9abb66d26ed25.tar.bz2 nutyx-extra-44a66fccda6099eee9dd408d9ed9abb66d26ed25.tar.xz nutyx-extra-44a66fccda6099eee9dd408d9ed9abb66d26ed25.zip |
Ajout de microdia#627b-7
Diffstat (limited to 'extra/microdia/post-install')
-rw-r--r-- | extra/microdia/post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/microdia/post-install b/extra/microdia/post-install new file mode 100644 index 000000000..81a8d1263 --- /dev/null +++ b/extra/microdia/post-install @@ -0,0 +1,8 @@ +#!/bin/bash +# MAJ modules +depmod +# Ajout du module dans /etc/sysconfig/modules +if ! grep "sn9c20x" /etc/sysconfig/modules >/dev/null; then + sed -i '/End/ i sn9c20x' /etc/sysconfig/modules +fi + |