#!/usr/bin/perl

# Assumptions: 
#	install on /
#	GarageBand.app does not move

system("/bin/rm","-rf","/Applications/GarageBand.app/Contents/MIDI Device Plug-ins/Rascal.bundle");

exit 0;
