pkgsrc/security/pcsc-lite/DEINSTALL
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
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