cygport: texlive postinstall scripts

2014-06-11 Thread Ken Brown
Yaakov, Occasionally there are changes to TeX Live that require postinstall steps that should be done before any texlive-collection-* postinstall scripts are run. See [1] below for an example. Since I have no control over which postinstall script is run first, I propose the following: 1.

Re: [ITA] run-1.3.1-1

2014-06-11 Thread Andrew Schulman
On 2014-06-09 13:11, Achim Gratz wrote: Since Chuck went AWOL (it's really distressing that nobody heard anything from him since February) I've packaged a corrected version of run with cygport. I won't be able to do much in the way of further development for run. So if anybody else

Re: cygport: texlive postinstall scripts

2014-06-11 Thread Ken Brown
On 6/11/2014 10:54 AM, Ken Brown wrote: #! /bin/bash for f in /etc/texmf/postinstall/*.sh do /bin/bash.exe --norc --noprofile /etc/texmf/postinstall/${f} mv /etc/texmf/postinstall/${f} /etc/texmf/postinstall/${f}.done done This isn't quite right, but you know what I meant. Ken