install.sh: Improve postinstall formatting
This commit is contained in:
parent
6e3139288b
commit
379150b7ac
2 changed files with 6 additions and 4 deletions
|
|
@ -186,7 +186,7 @@ Then run:
|
|||
d2 --help
|
||||
EOF
|
||||
else
|
||||
log "You may run d2 --help"
|
||||
log "Run d2 --help for usage."
|
||||
fi
|
||||
if ! manpath | grep -qF "$PREFIX/share/man"; then
|
||||
logcat >&2 <<EOF
|
||||
|
|
@ -196,8 +196,9 @@ Then run:
|
|||
man d2
|
||||
EOF
|
||||
else
|
||||
log "You may run man d2 to view documentation."
|
||||
log "Run man d2 for the manpage."
|
||||
fi
|
||||
log "Rerun the install script with --uninstall to uninstall"
|
||||
}
|
||||
|
||||
install_d2() {
|
||||
|
|
|
|||
|
|
@ -620,7 +620,7 @@ Then run:
|
|||
d2 --help
|
||||
EOF
|
||||
else
|
||||
log "You may run d2 --help"
|
||||
log "Run d2 --help for usage."
|
||||
fi
|
||||
if ! manpath | grep -qF "$PREFIX/share/man"; then
|
||||
logcat >&2 <<EOF
|
||||
|
|
@ -630,8 +630,9 @@ Then run:
|
|||
man d2
|
||||
EOF
|
||||
else
|
||||
log "You may run man d2 to view documentation."
|
||||
log "Run man d2 for the manpage."
|
||||
fi
|
||||
log "Rerun the install script with --uninstall to uninstall"
|
||||
}
|
||||
|
||||
install_d2() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue