diff options
Diffstat (limited to 'sysutils/wbm-postfix/DEINSTALL')
-rw-r--r-- | sysutils/wbm-postfix/DEINSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/wbm-postfix/DEINSTALL b/sysutils/wbm-postfix/DEINSTALL new file mode 100644 index 00000000000..ac50a39d5a2 --- /dev/null +++ b/sysutils/wbm-postfix/DEINSTALL @@ -0,0 +1,8 @@ +# $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 |