[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RE : Un ptit coup de pouce ...



Quoting STOJICEVIC E InfoEdpRsa (Edi.Stojicevic@socgen.com):

> >> W: hydan: postinst-should-not-set-usr-doc-link
> 
> >/usr/doc est "deprecated", n'utiliser que /usr/share/doc
> 
> J'avais compris mais la question est plutôt où règle-t-on le problème ?

Dans le script postinst, tu dois avoir qq chose de ce genre :

if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/hydan -a -d /usr/share/doc/hydan ]; then
		ln -sf ../share/doc/hydan /usr/doc/geneweb
	fi
fi



Reply to: