#!/bin/bash -x 
# 4125444, 4106335

if [ -e "$3/System/Library/Extensions/hp_laserjet_1320_series.kext" ] ; then
	rm -rf "$3/System/Library/Extensions/hp_laserjet_1320_series.kext"
fi

if [ -e "$3/System/Library/Extensions/AppleAirPort3.kext" ] ; then
	rm -rf "$3/System/Library/Extensions/AppleAirPort3.kext"
fi

