5d33e04596
Where appropriate fiddle with a few other things.
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
|