1995-08-26 07:59:21 +02:00
|
|
|
#!/bin/sh
|
1996-02-08 04:31:43 +01:00
|
|
|
# installation script for astrolog
|
1995-08-26 07:59:21 +02:00
|
|
|
if [ "$2" != "POST-INSTALL" ]; then
|
|
|
|
exit 0
|
|
|
|
fi
|
2012-02-26 10:20:16 +01:00
|
|
|
echo "See the file ${PKG_PREFIX}/share/doc/astrolog/helpfile.540 for help"
|
1997-01-13 23:57:00 +01:00
|
|
|
echo "and tune ${PKG_PREFIX}/lib/astrolog/astrolog.dat"
|