summaryrefslogtreecommitdiff
path: root/audio/xmcd/INSTALL
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-08 11:50:04 +0000
committerjlam <jlam@pkgsrc.org>2002-10-08 11:50:04 +0000
commita89ef2c84daa35c6f715ccfb3f965a6706fffc43 (patch)
treecd5cbd911858a4dd8e9cdb9b8c433a953632cb82 /audio/xmcd/INSTALL
parent968e0917275f3582588028efe2c67147cb69df13 (diff)
downloadpkgsrc-a89ef2c84daa35c6f715ccfb3f965a6706fffc43.tar.gz
* buildlink1 -> buildlink2
* Properly handle local discography when installing/deinstalling the binary package. * Use bsd.pkg.install.mk to preserve local configuration files when reinstalling xmcd.
Diffstat (limited to 'audio/xmcd/INSTALL')
-rw-r--r--audio/xmcd/INSTALL15
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