summaryrefslogtreecommitdiffstats
path: root/test/microdia/post-install
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 17:12:05 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 17:12:05 +0100
commite08f07df3a4a25b3fa69f44bd7fdbd695d1deb33 (patch)
tree96726a3dc0a7ca07706d50ff145214614ca6f32b /test/microdia/post-install
parent9c79ac28a65d17c1c2535f793419dee816195809 (diff)
downloadnutyx-extra-e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33.tar.gz
nutyx-extra-e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33.tar.bz2
nutyx-extra-e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33.tar.xz
nutyx-extra-e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33.zip
microdia dans test
Diffstat (limited to 'test/microdia/post-install')
-rw-r--r--test/microdia/post-install8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/microdia/post-install b/test/microdia/post-install
new file mode 100644
index 000000000..81a8d1263
--- /dev/null
+++ b/test/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
+