Codebase list texinfo / 3d8f83d
do not call mktexlsr without arguments in texinfo.postrm (Closes: #717901) Norbert Preining 10 years ago
2 changed file(s) with 8 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 texinfo (5.1.dfsg.1-5) UNRELEASED; urgency=low
1
2 * do not call mktexlsr without arguments in texinfo.postrm (Closes: #717901)
3
4 -- Norbert Preining <preining@debian.org> Tue, 06 Aug 2013 12:34:52 +0900
5
06 texinfo (5.1.dfsg.1-4) unstable; urgency=low
17
28 * pre-depend on dpkg >= 1.16.1 (for interest-nowait) (Closes: #709443)
33 {
44 tempfile=`mktemp -p /tmp checkrun.XXXXXXXX`
55 if which $1 >/dev/null; then
6 echo -n "Running $*. This may take some time. ..."
6 echo -n "Running $1. This may take some time. ..."
77 set +e
88 $* > $tempfile 2>&1
99 if [ $? = 0 ] ; then
4646 rm -f /var/lib/texmf/web2c/texinfo.*
4747 rm -f /var/lib/texmf/web2c/cyrtexinfo.*
4848 check_run_without_errors update-fmtutil
49 check_run_without_errors mktexlsr
49 check_run_without_errors mktexlsr /usr/share/texmf /var/lib/texmf
5050 ;;
5151 purge|upgrade|failed-upgrade|abort-upgrade|abort-install)
5252 ;;