#! /bin/sh
################################################################################
# PROJECT:
#   LANE MACHINE USER INTERFACE
#
# FILE NAME:
#  usbadd
#
# PURPOSE:
#  This script is called when a USB stick is removed while using the LiveCD
#
# COPYRIGHT NOTICE:
#  Copyright 2008 All rights reserved
#  Brunswick Corp.
#  Proprietary Information
#
# REVISION HISTORY:
#     v1.0 2008/03/13 08:30:00 jproefrock - Initial
################################################################################

# send signal to wish that key has been removed
echo called > /jp.txt
killall -USR2 wish
rm -f /opt/LM_GUI/scripts/usb.txt

exit 0
