aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa15t2hf-neon-poky-linux-gnueabi/rust-llvm/rust-llvm/latest.pkg_postinst
blob: ccf99782e54a205878eceb19885cef989c7512c8 (plain)
1
2
3
4
5
#!/bin/sh
set -e
if [ x"$D" = "x" ]; then
	if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi
fi