mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
af66092ba2
Submitted by: faulkner@mpd.tandem.com (Boyd Faulkner)
7 lines
163 B
Bash
7 lines
163 B
Bash
#!/bin/sh
|
|
# installation script for Wnn4.2
|
|
if [ "$2" != "POST-INSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
echo "See the file ${PKG_PREFIX}/share/astrolog/Helpfile.500 for help."
|