#!/bin/bash
if [ "$1" = "purge" ] ; then
	update-rc.d blinkd remove >/dev/null
fi
