aboutsummaryrefslogtreecommitdiff
path: root/Keywords/ldconfig-linux.ucl
blob: 7c2397a717f041401b2e3bef754a37211eaa06ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$
#
# 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