pkgsrc/devel/pango/INSTALL
joerg 9462053961 libdata/pango/pango.modules is a list of all pango modules and can be
considered volatile as that. Build it at install time and remove it
during deinstallation. This also allows DESTDIR use, as it could find
the modules directly before. Ignore the duplicate run in the non-DESTDIR
case, as it is fast enough. Bump revision. Discussed with wiz.
2006-11-03 11:27:56 +00:00

10 lines
218 B
Text

#!/bin/sh
#
# $NetBSD: INSTALL,v 1.1 2006/11/03 11:27:56 joerg Exp $
case ${STAGE} in
POST-INSTALL)
${MKDIR} ${PREFIX}/libdata/pango
${PREFIX}/bin/pango-querymodules > ${PREFIX}/libdata/pango/pango.modules
;;
esac