a13f0bce70
* Honor PKG_SYSCONFDIR * use bsd.pkg.install.mk to handle the rc.d scripts and config files
11 lines
210 B
Text
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
|