[Lunar-commits] <moonbase> xorg-server: add a POST_INSTALL file.
Florin Braescu
florin at lunar-linux.org
Thu Apr 9 08:27:00 CEST 2009
commit 952d082849a91b7d0b889f9be87567e26fab0e1d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Apr 9 09:27:00 2009 +0300
xorg-server: add a POST_INSTALL file.
Relin some installed modules after install.
---
xorg7/xorg-server/POST_INSTALL | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/xorg7/xorg-server/POST_INSTALL b/xorg7/xorg-server/POST_INSTALL
new file mode 100644
index 0000000..04c82cf
--- /dev/null
+++ b/xorg7/xorg-server/POST_INSTALL
@@ -0,0 +1,3 @@
+if module_installed NVIDIA ; then lin -c NVIDIA ; fi
+if module_installed xf86-input-evdev ; then lin -c xf86-input-evdev ; fi
+if module_installed xf86-input-synaptics ; then lin -c xf86-input-synaptics ; fi
More information about the Lunar-commits
mailing list