postinst is in cwebx 3.04-9.
This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #! /bin/bash
set -e
if [ -x /var/lib/texmf/web2c/mktexupd ]; then
/var/lib/texmf/web2c/mktexupd /usr/share/texmf/tex/plain/litprog cwebcmac.tex
/var/lib/texmf/web2c/mktexupd /usr/share/texmf/tex/plain/litprog cwebhmac.tex
/var/lib/texmf/web2c/mktexupd /usr/share/texmf/tex/plain/litprog cwebxmac.tex
fi
|