mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
|
#!/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."
|