slackbuilds_ponce/games/vera/doinst.sh
B. Watson b9b462116d games/vera: Added (acryonym database).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-09-09 07:11:59 +07:00

10 lines
319 B
Bash

# the README says to use '* V.E.R.A.' at the start, but that causes
# the command 'info vera' to fail. Using '* VERA' works as expected.
if ! grep "(vera)" usr/info/dir 1>/dev/null 2>/dev/null; then
cat << EOF >> usr/info/dir
Miscellaneous
* VERA: (vera). Virtual Entity of Relevant Acronyms
EOF
fi