Install or remove all files in debian/tmp
[jelmer/samba4-debian.git] / debian / libgensec0.postinst
1 #!/bin/sh
2 #
3 # postinst script for libgensec0
4 #
5 # $Id$
6 #
7
8 if [ "$1" = "configure" ]; then
9         ldconfig
10 fi
11
12 #DEBHELPER#