10 lines
286 B
Text
10 lines
286 B
Text
#!/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"
|