pkgsrc/security/pcsc-lite/INSTALL
hasso 9f3ce5f310 - Fix reader.conf handling.
- Fix references to the confdir.
- Fix headers so thirdparty apps can be built with pcsc-lite from pkgsrc.
- Some minor changes to fix pkglint warnings.
- Bump PKGREVISION.
2009-10-02 12:36:13 +00:00

8 lines
143 B
Text

#!/bin/sh
# $NetBSD: INSTALL,v 1.1 2009/10/02 12:36:13 hasso Exp $
case ${STAGE} in
POST-INSTALL)
${PREFIX}/sbin/update-reader.conf
;;
esac