aboutsummaryrefslogtreecommitdiff
path: root/contrib/dialog/package/debian/postinst
blob: 9977c68681c4389943fb382a79a93c3e601fbc7a (plain) (blame)
1
2
3
4
5
6
7
#! /bin/sh

set -e

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