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