#!/bin/sh

if [ `alert --warning "This will remove the Emuxki device driver from your system. Do you want to proceed?" "No" "Uninstall"` = "Uninstall" ]; then sh "`dirname \"$0\"`/install.script" uninstall; fi