opnsense-ports/Keywords/ldconfig-linux.ucl
Franco Fichtner a1a1a75baa Framework: sync with upstream
Taken from: HardenedBSD
2021-04-07 21:16:15 +02:00

12 lines
253 B
Text

# MAINTAINER: portmgr@FreeBSD.org
post-install: <<EOD
if [ -n "$(/sbin/sysctl -q compat.linux.osrelease)" ]; then
%@/sbin/ldconfig
fi
EOD
post-deinstall: <<EOD
if [ -n "$(/sbin/sysctl -q compat.linux.osrelease)" ]; then
%@/sbin/ldconfig
fi
EOD