freebsd-ports/misc/astrolog/pkg-install
Andrey A. Chernov 079bbce31a Upgrade to 5.30
1997-01-13 22:57:00 +00:00

8 lines
224 B
Bash

#!/bin/sh
# 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"