Guillaume Cottenceau <[EMAIL PROTECTED]> writes:

> Chmouel Boudjnah <[EMAIL PROTECTED]> writes:
> 
> > If you have a package who need a menu entry, please don't use in %post
> > the :
> > 
> > %post
> > if [ -x /usr/bin/update-menus ];then
> >                 /usr/bin/update-menus
> > fi
> > 
> > or others variants, simply do :
> > 
> > %post
> > %{update_menus}
> 
> Does postun still needs:
> 
> %postun
> if [ "$1" = 0 ]; then
> %{update_menus}
> fi

yep, i can do a %{remove_menus} ?

-- 
MandrakeSoft Inc                http://www.mandrakesoft.com
San-Francisco, CA USA                             --Chmouel

Reply via email to