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]
/
security
/
openct
/
DEINSTALL
blob
cd653483a6aa8b5c121ea79593c48ae494601e10
1
#!/bin/sh
2
# $NetBSD$
3
4
case
${STAGE}
in
5
POST-DEINSTALL
)
6
if
[
-x
${PREFIX}
/
sbin
/
update-reader.conf
];
then
7
${PREFIX}
/
sbin
/
update-reader.conf
8
fi
9
;;
10
esac