mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
12 lines
253 B
Text
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
|