summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/libsmbclient.postinst
blob: bd85266cdf9839fc3f2c4833b249f2d145c1e89b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# postinst script for libsmbclient
#
#

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

#DEBHELPER#