diff options
author | B. Watson <yalhcru@gmail.com> | 2014-09-09 07:11:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-09 07:11:59 +0700 |
commit | b9b462116dfe9c601a23da572e605cfe2af2cc61 (patch) | |
tree | a42a62fbcc65b81787df547fdeaf380eae1cf599 /games/vera/doinst.sh | |
parent | e8a5c27adaabfc53a544142b981b37b8b5cebb36 (diff) | |
download | slackbuilds-b9b462116dfe9c601a23da572e605cfe2af2cc61.tar.gz |
games/vera: Added (acryonym database).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/vera/doinst.sh')
-rw-r--r-- | games/vera/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
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 |