9f1c532d9b
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.
11 lines
218 B
Text
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
|