mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
9 lines
277 B
Bash
9 lines
277 B
Bash
#!/bin/sh
|
|
# installation script for astrolog
|
|
if [ "$2" != "POST-INSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
echo "See the file ${PKG_PREFIX}/share/astrolog/helpfile.520 for help"
|
|
echo "and tune ${PKG_PREFIX}/lib/astrolog/astrolog.dat,"
|
|
echo "also look at ${PKG_PREFIX}/info/astrolog.info.gz"
|