9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
# $NetBSD: DEINSTALL,v 1.1 2006/05/19 17:14:53 jlam Exp $
|
|
|
|
case "${STAGE}" in
|
|
DEINSTALL)
|
|
# Remove temporary files possibly generated by postfinger.cgi.
|
|
${RM} -f ${PKG_PREFIX}/share/webmin/postfix/postfinger.*.[dn]
|
|
;;
|
|
esac
|