forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
224 B
Bash
7 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"
|