diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 17:12:05 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 17:12:05 +0100 |
commit | e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33 (patch) | |
tree | 96726a3dc0a7ca07706d50ff145214614ca6f32b /extra/microdia/post-install | |
parent | 9c79ac28a65d17c1c2535f793419dee816195809 (diff) | |
download | nutyx-pakxe-e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33.tar.gz nutyx-pakxe-e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33.tar.bz2 nutyx-pakxe-e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33.tar.xz nutyx-pakxe-e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33.zip |
microdia dans test
Diffstat (limited to 'extra/microdia/post-install')
-rw-r--r-- | extra/microdia/post-install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/extra/microdia/post-install b/extra/microdia/post-install deleted file mode 100644 index 81a8d1263..000000000 --- a/extra/microdia/post-install +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 - |