diff options
Diffstat (limited to 'audio/xmcd/INSTALL')
-rw-r--r-- | audio/xmcd/INSTALL | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/xmcd/INSTALL b/audio/xmcd/INSTALL new file mode 100644 index 00000000000..8ea1556ac3e --- /dev/null +++ b/audio/xmcd/INSTALL @@ -0,0 +1,15 @@ +#!/bin/sh +# +# $NetBSD: INSTALL,v 1.1 2002/10/08 11:50:04 jlam Exp $ +# + +XMCDDIR=${PKG_PREFIX}/lib/X11/xmcd + +case ${STAGE} in +POST-INSTALL) + # + # Generate the index.html files in the local discography collection. + # + ${XMCDDIR}/scripts/genidx + ;; +esac |