summaryrefslogtreecommitdiffstats
path: root/packaging/Debian/debian/libsmbclient.postinst
blob: 124e37a3c49c65fe69cc90828872dabcec494fd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# postinst script for libsmbclient
#
# $Id: libsmbclient.postinst,v 1.2.2.2 2002/05/02 20:20:28 jerry Exp $
#

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

#DEBHELPER#