Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/Keywords/ldconfig-linux.ucl
16439 views
# MAINTAINER: [email protected]

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