mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
11 lines
319 B
Bash
11 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
|