shims/mac/super/pod2man: delete.

Bo98 has confirmed this is not needed on Yosemite (the oldest version of
macOS that we can still be run on).
This commit is contained in:
Mike McQuaid 2021-04-21 14:23:11 +01:00
parent e59f93cf19
commit 0ba5a5dde5
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -1,14 +0,0 @@
#!/bin/bash
# HOMEBREW_PREFIX is set by bin/brew
# shellcheck disable=SC2154
POD2MAN="$(type -P pod2man ||
type -P pod2man5.30 ||
type -P pod2man5.28 ||
type -P pod2man5.18 ||
type -P pod2man5.16 ||
type -P pod2man5.12 ||
type -P /usr/bin/pod2man ||
type -P "${HOMEBREW_PREFIX}/opt/pod2man/bin/pod2man" ||
echo /usr/bin/pod2man)"
exec "${POD2MAN}" "$@"