install.sh: Improve postinstall formatting

This commit is contained in:
Anmol Sethi 2022-11-14 13:59:18 -08:00
parent 6e3139288b
commit 379150b7ac
2 changed files with 6 additions and 4 deletions

View file

@ -186,7 +186,7 @@ Then run:
d2 --help d2 --help
EOF EOF
else else
log "You may run d2 --help" log "Run d2 --help for usage."
fi fi
if ! manpath | grep -qF "$PREFIX/share/man"; then if ! manpath | grep -qF "$PREFIX/share/man"; then
logcat >&2 <<EOF logcat >&2 <<EOF
@ -196,8 +196,9 @@ Then run:
man d2 man d2
EOF EOF
else else
log "You may run man d2 to view documentation." log "Run man d2 for the manpage."
fi fi
log "Rerun the install script with --uninstall to uninstall"
} }
install_d2() { install_d2() {

View file

@ -620,7 +620,7 @@ Then run:
d2 --help d2 --help
EOF EOF
else else
log "You may run d2 --help" log "Run d2 --help for usage."
fi fi
if ! manpath | grep -qF "$PREFIX/share/man"; then if ! manpath | grep -qF "$PREFIX/share/man"; then
logcat >&2 <<EOF logcat >&2 <<EOF
@ -630,8 +630,9 @@ Then run:
man d2 man d2
EOF EOF
else else
log "You may run man d2 to view documentation." log "Run man d2 for the manpage."
fi fi
log "Rerun the install script with --uninstall to uninstall"
} }
install_d2() { install_d2() {