summaryrefslogtreecommitdiffstats
path: root/misc/astrolog/pkg-install
blob: 780ee4b924be6e4f07d8f212b179be8e68d043f2 (plain)
1
2
3
4
5
6
7
8
#!/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"
OpenPOWER on IntegriCloud