summaryrefslogtreecommitdiffstats
path: root/x11/linux-XFree86-libs/files/pkg-install.in
blob: ad62ac87cbc993844915a29ad7773447f8ba6a0f (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PATH

if [ "$2" = "POST-INSTALL" ]; then
	chroot %%LINUXBASE%% /sbin/ldconfig
fi
OpenPOWER on IntegriCloud