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
151 B
Bash
8 lines
151 B
Bash
#!/bin/sh
|
|
# $NetBSD: DEINSTALL,v 1.1 2009/10/02 12:36:13 hasso Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-DEINSTALL)
|
|
${RM} -f @PKG_SYSCONFDIR@/reader.conf
|
|
;;
|
|
esac
|