updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / awib / awib.install
bloba935f04118430ddcdc1984fbf2eeb9f2d1c4a144
1 post_install() {
2   echo ""
3   echo "==> Installation notes:"
4   echo " For information on how to compile to C, x86, TCL, Go or Ruby, see"
5   echo "   /usr/share/doc/awib/awib.README"
6   echo " This package also installs bfint, a simple brainfuck interpreter,"
7   echo " as the following commands:"
8   echo "   'bfint8', 'bfint16', 'bfint32' and 'bfint64'"
9   echo " depending on the cell size desired."
10   echo " The brainfuck compiler itself, awib, is shipped both as a binary"
11   echo " ('awib' command) and as a polyglot script ('/usr/bin/awib.b'),"
12   echo " meaning the *same* file is valid C, bash and brainfuck code."
13   echo ""
16 post_upgrade() {
17   post_install
20 # vim:set ts=2 sw=2 et: