summaryrefslogtreecommitdiff
path: root/debian/binutils-hppa64-linux-gnu.postinst
blob: 9977c68681c4389943fb382a79a93c3e601fbc7a (plain)
1
2
3
4
5
6
7
#! /bin/sh

set -e

if [ "$1" = "configure" ]; then
	ldconfig
fi