1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
Andrey A. Chernov d235e4d10d Install all ephemeris files now
Minor tweaks
2007-06-21 22:53:21 +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.540 for help"
echo "and tune ${PKG_PREFIX}/lib/astrolog/astrolog.dat"