HomeLubuntu Development

Use `which` instead of looking for the actual binary location. More flexibility…

Description

Use which instead of looking for the actual binary location. More flexibility, less Lintian garbage.

Per https://lintian.debian.org/tags/command-with-path-in-maintainer-script.html ...

If the path is used to test a program for existence, please use if which $program > /dev/null; then ….

Details

Provenance
tsimonq2Authored on Feb 27 2021, 1:16 AM
Parents
rSDDMPACKAGINGe6d2d7ae5638: Merge branch 'ubuntu/hirsute' into ci/stable
Branches
Unknown
Tags
Unknown