This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[kai/samba-autobuild/.git] / packaging / Debian / debian / libsmbclient.postinst
1 #!/bin/sh
2 #
3 # postinst script for libsmbclient
4 #
5
6 if [ "$1" = "configure" ]; then
7         ldconfig
8 fi
9
10 #DEBHELPER#