#!/bin/sh -e if test "$1" = "purge"; then update-inetd --pattern "pop3lite" --remove pop-3 || true fi #DEBHELPER#