pkgsrc/net/arla/DEINSTALL
jlam a13f0bce70 * buildlink1 -> buildlink2
* Honor PKG_SYSCONFDIR
* use bsd.pkg.install.mk to handle the rc.d scripts and config files
2002-09-25 00:06:33 +00:00

11 lines
210 B
Text

# $NetBSD: DEINSTALL,v 1.1 2002/09/25 00:06:33 jlam Exp $
ARLA_CACHE="@ARLA_CACHE@"
case ${STAGE} in
DEINSTALL)
${RM} -rf ${ARLA_CACHE}
${RM} -f ${PKG_PREFIX}/lkm/xfs_mod
${RM} -f /sbin/mount_xfs
;;
esac