Files
bsdports/Keywords/ldconfig-linux.ucl
2019-12-26 07:26:06 +00:00

16 lines
337 B
Plaintext

# $FreeBSD: head/Keywords/ldconfig-linux.ucl 509644 2019-08-23 12:46:14Z bapt $
#
# 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