#!/bin/sh
#Copyright (C) 2007 Nokia Corporation. 

set -e

if [ "$1" = "purge" ] ; then
        update-rc.d ttyusb0 remove >/dev/null || exit $?
fi
