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

Re: rpms/tetex-font-cm-lgc/devel tetex-font-cm-lgc.spec,1.7,1.8



On Wed, 2005-11-02 at 05:59 -0500, Sarantis Paskalis wrote:
> Author: sarantis


> diff -u -r1.7 -r1.8
> --- tetex-font-cm-lgc.spec	10 Oct 2005 12:46:09 -0000	1.7
> +++ tetex-font-cm-lgc.spec	2 Nov 2005 10:59:49 -0000	1.8

> @@ -56,15 +56,17 @@
>  
> 
>  %post
> +texhash
>  if [ "$1" = "1" ]; then
> -  /usr/bin/updmap-sys --quiet --nohash --outputdir %{texmf}/dvips/config --enable Map cm-lgc.map
> +  updmap-sys --quiet --nohash --enable Map %{texpkg}.map
>  fi
>  
> 
>  %postun
>  if [ "$1" = "0" ]; then
> -  /usr/bin/updmap-sys --quiet --nohash --outputdir %{texmf}/dvips/config --disable cm-lgc.map
> +  updmap-sys --quiet --nohash --disable %{texpkg}.map
>  fi
> +texhash
Why did you replace /usr/bin/updmap-sys with updmap-sys?

To me, this is a regression.

Ralf



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