diff options
author | Gerald Carter <jerry@samba.org> | 2003-09-09 11:12:43 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-09-09 11:12:43 +0000 |
commit | f83a6ce2adbdd471809ccbcfd69dc3fcf6d89129 (patch) | |
tree | 5a9a498dc581d42374824065c68c4d13aedfc24a /packaging/Debian/debian/libsmbclient.postinst | |
parent | 7f438c3b9e8913a7836b4851ef7c40a7b97a986d (diff) | |
download | samba-f83a6ce2adbdd471809ccbcfd69dc3fcf6d89129.tar.gz samba-f83a6ce2adbdd471809ccbcfd69dc3fcf6d89129.tar.bz2 samba-f83a6ce2adbdd471809ccbcfd69dc3fcf6d89129.zip |
another round of syncs for HEAD that I forget
(This used to be commit 3aaf65d297d20320dc1f2c0ac0487feb47873609)
Diffstat (limited to 'packaging/Debian/debian/libsmbclient.postinst')
-rw-r--r-- | packaging/Debian/debian/libsmbclient.postinst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packaging/Debian/debian/libsmbclient.postinst b/packaging/Debian/debian/libsmbclient.postinst deleted file mode 100644 index 3223fa64d6..0000000000 --- a/packaging/Debian/debian/libsmbclient.postinst +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# -# postinst script for libsmbclient -# -# $Id: libsmbclient.postinst,v 1.3 2003/06/01 07:12:51 peloy Exp $ -# - -if [ "$1" = "configure" ]; then - ldconfig -fi - -#DEBHELPER# |