This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygport: texlive postinstall scripts


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]