mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
b3984d69c3
(This used to be commit 1038879c94
)
12 lines
110 B
Bash
12 lines
110 B
Bash
#!/bin/sh
|
|
#
|
|
# postinst script for libsmbclient
|
|
#
|
|
#
|
|
|
|
if [ "$1" = "configure" ]; then
|
|
ldconfig
|
|
fi
|
|
|
|
#DEBHELPER#
|