#!/bin/sh -e update-inetd --pattern "pop3lite" --disable pop-3 || true if test "$1" = "remove" -o "$1" = "upgrade" then if command -v install-docs >/dev/null 2>&1 then install-docs -r pop3lite-admin fi fi #DEBHELPER#