Hi-
I just whipped up a little script to poll the graphics chipset and lay down a dummy package for it. Not sure if anyone will find it useful, but what the heck, here ya go.
j
Contents:
#!/bin/sh
# This script will poll for the graphics card chipset and set a dummy package
# for Casper to pickup on inventory.
# Written by Jared F. Nichols
chipset=Graphics-system_profiler -detaillevel mini | grep Chipset | cut -d : -f 2 | sed 's/ //g'.pkg
touch /Library/Application Support/JAMF/Receipts/$chipset
jamf recon
exit 0
--
Jared F. Nichols
Desktop Engineer, Client Services
Information Services Department
MIT Lincoln Laboratory
244 Wood Street
Lexington, Massachusetts 02420
781.981.5436
