summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/libsmbclient.postinst
blob: 9dd6f47a9c5c4ee5eb003fbc7bd9042f04d5b054 (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.4.1 2003/06/01 04:30:10 peloy Exp $
#

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

#DEBHELPER#