diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-09-13 14:27:30 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-09-13 14:27:30 +0200 |
commit | 5a4f70a6b2ded56f5d99261aad114960c64d51a6 (patch) | |
tree | 141e9f5c6ce5d04a94c3eb8c8477ccb71baded11 /test/xorg/pre-install | |
parent | fd041931cb2ea03fadb7421d749dd6eeade45398 (diff) | |
download | nutyx-extra-5a4f70a6b2ded56f5d99261aad114960c64d51a6.tar.gz nutyx-extra-5a4f70a6b2ded56f5d99261aad114960c64d51a6.tar.bz2 nutyx-extra-5a4f70a6b2ded56f5d99261aad114960c64d51a6.tar.xz nutyx-extra-5a4f70a6b2ded56f5d99261aad114960c64d51a6.zip |
ajout de xorg#1.7.7-1 dans test
Diffstat (limited to 'test/xorg/pre-install')
-rw-r--r-- | test/xorg/pre-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/xorg/pre-install b/test/xorg/pre-install new file mode 100644 index 000000000..bbffa4090 --- /dev/null +++ b/test/xorg/pre-install @@ -0,0 +1,8 @@ +for i in xf86-input-evdev xf86-input-joystick xf86-input-keyboard \ +xf86-input-mouse xf86-input-synaptics xf86-input-vmmouse \ +xf86-video-ati xf86-video-geode xf86-video-i128 xf86-video-intel xf86-video-nv xf86-video-radeonhd \ +xf86-video-vesa xf86-video-vmware xf86-video-xgi driver +do if ( pkginfo -i| grep xorg-$i > /dev/null); then + pkgrm xorg-$i + fi +done |