pkgsrc/net/arla/DEINSTALL
wennmach 9f1c532d9b Update arla to 0.38. The update is necessary to support NetBSD-2.0.
The update during the pkgsrc freeze has been approved by <wiz>.

Two patches have been provided by <christos>.

Tested on NetBSD-1.6.1/i386 and NetBSD-2.0/i386.

Closes PR pkg/20906.
2005-03-15 15:58:52 +00:00

11 lines
218 B
Text

# $NetBSD: DEINSTALL,v 1.2 2005/03/15 15:58:52 wennmach Exp $
ARLA_CACHE="@ARLA_CACHE@"
case ${STAGE} in
DEINSTALL)
${RM} -rf ${ARLA_CACHE}
${RM} -f ${PKG_PREFIX}/lkm/nnpfs_mod
${RM} -f /sbin/mount_nnpfs
;;
esac