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

disappearing conffiles again



On Sa, 24 Apr 2010, Lionel Elie Mamane wrote:
> ! I can't find file `pdftexconfig.tex'.
> l.4 \input pdftexconfig.tex

It seems that the move to 2009 has made one (or two) resurrection 
got missing. pdftexconfig and config.ps were handled in texlive-base-bin,
but the transition to texlive-binaries seems to have made that lost.

What about the following changes?

Index: texlive-base.postinst.pre
===================================================================
--- texlive-base.postinst.pre	(revision 4583)
+++ texlive-base.postinst.pre	(working copy)
@@ -7,6 +7,8 @@
 case  "$1" in
   configure)
     resurrect_conffile_sid /etc/texmf/metafont/misc/modes.mf texlive-base
+    resurrect_conffile_sid /etc/texmf/tex/generic/config/pdftexconfig.tex texlive-base
+    # should we resurrect config.ps? But it is not shipped in texlive-base?
 
     ;;
   *)
Index: texlive-base.preinst.post
===================================================================
--- texlive-base.preinst.post	(revision 4583)
+++ texlive-base.preinst.post	(working copy)
@@ -29,7 +29,11 @@
 
 # Cleanup after Bug #420390 for sid users
 resurrect_conffile_sid /etc/texmf/metafont/misc/modes.mf texlive-base "$1" "$2"
+resurrect_conffile_sid /etc/texmf/tex/generic/config/pdftexconfig.tex texlive-base "$1" "$2"
+# we do not ship config.ps currently, do we need to resurrect that one, too?
+#resurrect_conffile_sid /etc/texmf/dvips/config/config.ps texlive-bin "$1" "$2"
 
+
 # texlive-base preinst.post end
 
 # Let vim know that we don't want tabs


we already ship pdftexconfig.tex in /usr/share/texlive-base/ so we
can easily resuurect it.

But config.ps is not shipped there ...

Can one of those who wrote all that code please can take a look and
think about it a bit?

Thanks

Norbert
------------------------------------------------------------------------
Norbert Preining            preining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan            TU Wien, Austria           Debian TeX Task Force
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
KETTERING (n.)
The marks left on your bottom or thighs after sunbathing on a
wickerwork chair.
			--- Douglas Adams, The Meaning of Liff


Reply to: