removing Id strings
[Samba.git] / packaging / Debian / debian / libsmbclient.postinst
blobbd85266cdf9839fc3f2c4833b249f2d145c1e89b
1 #!/bin/sh
3 # postinst script for libsmbclient
7 if [ "$1" = "configure" ]; then
8 ldconfig
9 fi
11 #DEBHELPER#