9f3ce5f310
- 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.
8 lines
143 B
Text
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
|