#!/bin/sh
set -e
if [ "$1" = "purge" ] ; then
	update-rc.d pure-lftpd-mysql remove >/dev/null
fi

exit 0