From 44a66fccda6099eee9dd408d9ed9abb66d26ed25 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 11 Aug 2009 21:04:35 +0200 Subject: Ajout de microdia#627b-7 --- extra/microdia/post-install | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 extra/microdia/post-install (limited to 'extra/microdia/post-install') 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 + -- cgit v1.2.3-70-g09d2