#!/bin/sh

rm -rf "$3/System/Library/Extensions/ATINDRV.kext/Contents/PlugIns/ATY_Hypoprion.kext"
rm -rf "$3/System/Library/Extensions/ATINDRV.kext/Contents/PlugIns/ATY_Iago.kext"
rm -rf "$3/System/Library/Extensions/ATIRadeonX2000.kext"
rm -rf "$3/System/Library/Extensions/ATIRadeonX2000VADriver.bundle"
rm -rf "$3/System/Library/Extensions/ATIRadeonX2000GLDriver.bundle"
rm -rf "$3/System/Library/Extensions/ATIRadeonX2000GA.plugin"
rm -rf "$3/System/Library/Frameworks/OpenGL.framework"

exit 0