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

Bug#213310: tetex-base: the dvips database should not be in /etc



On 10.12.03 Frank Küster (frank@kuesterei.ch) wrote:

Hi,

> The strange outcome is that only tetex-extra.postinst was put into
> "hitdir". Can this be true, or was there an error in my script?
> 
Another thing came to my attention: Why does tetex-extra.postinst
calls updmap, but tetex-extra.postrm does not? Further investigation
gave me, that all map-Files delivered out in tetex-extra are already
mentioned in /etc/texmf/updmap.d/00updmap.cfg delivered out with
tetex-base, so it doesn't make sense to call updmap during
tetex-extra. Patch attached.

H. 
-- 
sigmentation fault
--- tetex-extra.postinst.orig	Sat Aug 30 15:48:33 2003
+++ tetex-extra.postinst	Sun Dec 14 22:04:12 2003
@@ -34,11 +34,6 @@
 	echo "Output of initex is in $TEMPFILE"
 	echo
     fi
-    if [ -x /usr/bin/updmap -a -f ${VUMAPC} -a -x /usr/bin/kpsewhich ]; then
-	MAPTEMP=`tempfile -p updm`
-	/usr/bin/updmap --nohash --outputdir /etc/texmf/dvips 2> ${MAPTEMP}
-	echo "Output of updmap is in ${MAPTEMP}"
-    fi
 fi
 
 #DEBHELPER#

Reply to: