diff options
author | snj <snj@pkgsrc.org> | 2004-02-14 18:04:41 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-14 18:04:41 +0000 |
commit | bdf56499ca536f146fd83b5a6bf9feba29115ba7 (patch) | |
tree | d4f766c9b947a767a837375f6f6ad62cdb49eb6a /misc/astrolog | |
parent | 9108d4ec6c183cc820b06a2eb77123a9650b7375 (diff) | |
download | pkgsrc-bdf56499ca536f146fd83b5a6bf9feba29115ba7.tar.gz |
Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/INSTALL | 10 | ||||
-rw-r--r-- | misc/astrolog/MESSAGE | 7 |
2 files changed, 7 insertions, 10 deletions
diff --git a/misc/astrolog/INSTALL b/misc/astrolog/INSTALL deleted file mode 100644 index 924653cdf15..00000000000 --- a/misc/astrolog/INSTALL +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# $NetBSD: INSTALL,v 1.1 2001/11/01 01:27:32 zuntum Exp $ -# -# installation script for astrolog -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi -echo "See the file ${PKG_PREFIX}/share/doc/astrolog/Helpfile.530 for help" -echo "and tune ${PKG_PREFIX}/lib/astrolog/astrolog.dat" diff --git a/misc/astrolog/MESSAGE b/misc/astrolog/MESSAGE new file mode 100644 index 00000000000..e5926f5cd79 --- /dev/null +++ b/misc/astrolog/MESSAGE @@ -0,0 +1,7 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/02/14 18:04:41 snj Exp $ + +See the file ${PREFIX}/share/doc/astrolog/Helpfile.530 for help. +You may also want to tune ${PREFIX}/lib/astrolog/astrolog.dat. + +=========================================================================== |