aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/file/file/latest.pkg_postinst
blob: 719ed23c32116ff0a25979c28e2a1b7482fe0aba (plain)
1
2
3
4
5
6
#!/bin/sh
set -e
	update-alternatives --install /usr/bin/file file /usr/bin/file.file 10
if [ x"$D" = "x" ]; then
	if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi
fi