1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/packaging/Debian/debian/libsmbclient.postinst
Gerald Carter b3984d69c3 syncing RCS tag removal from 3.0 release tree
(This used to be commit 1038879c94)
2003-06-06 17:49:01 +00:00

12 lines
110 B
Bash

#!/bin/sh
#
# postinst script for libsmbclient
#
#
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#