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