summaryrefslogtreecommitdiffstats
path: root/test/microdia/post-install
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-02-27 17:31:58 +0100
committersibel <sibel@free.fr>2010-02-27 17:31:58 +0100
commitc358c642bd4185f58d9b857ada9e22124c4c9727 (patch)
tree32f666d8d53b1ee1818d8b3398ca7fddab5b5fd9 /test/microdia/post-install
parent85d3ce156f6d881866e3d84f1e86507c3ffbf993 (diff)
parentb56d5e93a30ffa49194f96f521695bbdbebcbedd (diff)
downloadnutyx-pakxe-c358c642bd4185f58d9b857ada9e22124c4c9727.tar.gz
nutyx-pakxe-c358c642bd4185f58d9b857ada9e22124c4c9727.tar.bz2
nutyx-pakxe-c358c642bd4185f58d9b857ada9e22124c4c9727.tar.xz
nutyx-pakxe-c358c642bd4185f58d9b857ada9e22124c4c9727.zip
Merge remote branch 'nutyx-2009/master'
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
+