diff options
Diffstat (limited to 'mail/courier-auth/DEINSTALL')
-rw-r--r-- | mail/courier-auth/DEINSTALL | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mail/courier-auth/DEINSTALL b/mail/courier-auth/DEINSTALL deleted file mode 100644 index 3122e83d2f1..00000000000 --- a/mail/courier-auth/DEINSTALL +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: DEINSTALL,v 1.2 2004/07/14 20:07:07 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 @AUTHDAEMONVAR@ -esac |