opnsense-ports/Keywords/ldconfig-linux.ucl

13 lines
253 B
Plaintext

# 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