repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
net
/
arla
/
DEINSTALL
blob
bec9b0177e5b1323ff06e9e264caf9555928b98b
1
# $NetBSD: DEINSTALL,v 1.1 2002/09/25 00:06:33 jlam Exp $
2
3
ARLA_CACHE="@ARLA_CACHE@"
4
5
case ${STAGE} in
6
DEINSTALL)
7
${RM} -rf ${ARLA_CACHE}
8
${RM} -f ${PKG_PREFIX}/lkm/nnpfs_mod
9
${RM} -f /sbin/mount_nnpfs
10
;;
11
esac