Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / openct / DEINSTALL
blobcd653483a6aa8b5c121ea79593c48ae494601e10
1 #!/bin/sh
2 # $NetBSD$
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