mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
5d33e04596
Where appropriate fiddle with a few other things.
13 lines
253 B
Plaintext
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
|