mupdf: provide symlink mupdf -> mupdf-x11

This symlink is present on other distros and avoids confusing users on the CLI,
which are used to calling mupdf-x11 as mupdf.
This commit is contained in:
Markus S. Wamser 2019-10-22 10:14:45 +02:00 committed by Lassulus
parent 5fd5403255
commit 86ccc63008

View file

@ -64,6 +64,7 @@ in stdenv.mkDerivation rec {
EOF
moveToOutput "bin" "$bin"
ln -s "$bin/bin/mupdf-x11" "$bin/bin/mupdf"
mkdir -p $bin/share/applications
cat > $bin/share/applications/mupdf.desktop <<EOF
[Desktop Entry]