This package contains the authentication daemon, modules, and utilities for the Courier mail packages.
16 lines
529 B
Text
16 lines
529 B
Text
# $NetBSD: DEINSTALL,v 1.1.1.1 2002/01/22 22:00:22 jlam Exp $
|
|
|
|
# Additional files that are may be created by the sysadmin.
|
|
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/userdb"
|
|
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/userdb.dat"
|
|
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/userdbshadow.dat"
|
|
|
|
case ${STAGE} in
|
|
POST-DEINSTALL)
|
|
#
|
|
# Unconditionally remove authdaemon state directory as it contains
|
|
# files and sockets that authdaemond creates every time it is
|
|
# started.
|
|
#
|
|
${RM} -rf /var/authdaemon
|
|
esac
|