9462053961
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.
10 lines
218 B
Text
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
|