pinstall.sh 187 B

12345678
  1. #!/bin/sh
  2. #get rid of this as in xorg 7.5 it no longer works properly...
  3. #(use lspci instead)
  4. if [ -f ./usr/share/pci.ids -o -f ./usr/share/pci.ids.gz ];then
  5. rm -f ./usr/bin/scanpci
  6. fi