freebsd-ports/misc/astrolog/pkg-install

8 lines
224 B
Text
Raw Normal View History

#!/bin/sh
# installation script for astrolog
if [ "$2" != "POST-INSTALL" ]; then
exit 0
fi
echo "See the file ${PKG_PREFIX}/share/doc/astrolog/Helpfile.540 for help"
1997-01-13 23:57:00 +01:00
echo "and tune ${PKG_PREFIX}/lib/astrolog/astrolog.dat"