From b9b462116dfe9c601a23da572e605cfe2af2cc61 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 9 Sep 2014 07:11:59 +0700 Subject: games/vera: Added (acryonym database). Signed-off-by: Willy Sudiarto Raharjo --- games/vera/doinst.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 games/vera/doinst.sh (limited to 'games/vera/doinst.sh') diff --git a/games/vera/doinst.sh b/games/vera/doinst.sh new file mode 100644 index 0000000000..902384ea1c --- /dev/null +++ b/games/vera/doinst.sh @@ -0,0 +1,10 @@ +# 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 -- cgit v1.2.3