mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
# $NetBSD: DEINSTALL,v 1.1 2006/09/21 18:06:18 drochner Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-DEINSTALL)
|
|
rm -f /usr/lib/nss_ldap.so.0
|
|
;;
|
|
esac
|