08228711ef
deinstall time. This makes it possible to split off individual plugins and add DESTDIR support. Bump revision.
9 lines
164 B
Text
9 lines
164 B
Text
# $NetBSD: DEINSTALL,v 1.1 2007/09/21 17:40:38 joerg Exp $
|
|
|
|
: ${PKG_PREFIX=@PREFIX@}
|
|
|
|
case ${STAGE} in
|
|
DEINSTALL)
|
|
${RM} ${PKG_PREFIX}/lib/graphviz/config
|
|
;;
|
|
esac
|