Bug#374457: [Pkg-shadow-devel] Bug#374457: passwd: postinstall
"install" path does not exist
Christian Perrier
bubulle at debian.org
Tue Jun 20 06:37:55 UTC 2006
tags 374457 pending
thanks
> install)
> [ "x$2" = "x" ] && shadowconfig on
> ;;
> esac
>
> exit 0
>
> but "install" is not a documented argument to postinst (only preinst
> accepts it). This seems to have originated with the solution to
> #316219 and/or #319138. You might just use:
>
> [ -z "$2" ] && shadowconfig
Just for the sake of it, I double-checked in the policy and I agree
with you. Running shadowconfig each time the second argument of
postinst is empty guarantees that it will be run only on first
installs of the package.
In short, I'm OK with the patch..:)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-shadow-devel/attachments/20060620/120ceb6c/attachment.pgp
More information about the Pkg-shadow-devel
mailing list