mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
b9b462116d
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
319 B
Bash
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
|