/usr/bin/microhope-doc is in microhope 3.4.2-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #! /bin/sh
loc=$(locale | sed -n 's/LANG=\(.*\)$/\1/ p' | cut -c 1-2)
# $loc should be something like fr, en, etc.
loc=en
# there is only one locale available now
exec evince /usr/share/microhope/doc/microhope-${loc}.pdf
|