[Pkg-samba-maint] r1043 - branches/samba4

Peter Eisentraut peter_e at gmx.net
Sun Mar 26 23:06:26 UTC 2006


Jelmer Vernooij wrote:
> Added: branches/samba4/libgtksamba0.postinst
> ===================================================================
> --- branches/samba4/libgtksamba0.postinst	2006-03-23 14:15:20 UTC
> (rev 1042) +++ branches/samba4/libgtksamba0.postinst	2006-03-26
> 13:57:03 UTC (rev 1043) @@ -0,0 +1,12 @@
> +#!/bin/sh
> +#
> +# postinst script for libgtksamba
> +#
> +# $Id$
> +#
> +
> +if [ "$1" = "configure" ]; then
> +	ldconfig
> +fi
> +
> +#DEBHELPER#

These sort of snippets are all completely unnecessary, as dh_makeshlibs 
will take care of calling ldconfig.



More information about the Pkg-samba-maint mailing list