#!/bin/sh -e
#DEBHELPER#

if [ "$1" = purge ]; then
	rm -f /dev/toshiba
	rm -f /etc/modutils/toshutils
	/sbin/update-modules
fi

