home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / sax / profile / Radeon.pl < prev    next >
Perl Script  |  2006-11-29  |  428b  |  20 lines

  1. #!/usr/bin/perl
  2.  
  3. use lib '/usr/share/sax/profile';
  4.  
  5. use strict;
  6. use Profile;
  7.  
  8. #====================================
  9. # Init profile script
  10. #------------------------------------
  11. my $profile = ProfileInitScript();
  12.  
  13. #====================================
  14. # Do the profile adaptions...
  15. #------------------------------------
  16. my $fglrx="/usr/share/sax/profile/FireGL";
  17. if (! ProfileIsXOrgVendor ("fglrx")) {
  18.     qx (cp $fglrx $profile);
  19. }
  20.