aboutsummaryrefslogtreecommitdiffstats
path: root/devel/noweb/pkg-install
blob: fa745d416530ac9f9e047155a8a59bf90d9c2a61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
if [ "$2" != "POST-INSTALL" ]; then
  exit 0
fi
if ! which mktexlsr >/dev/null; then
  echo "I can't find mktexlsr in your search path."
  echo "If you want to use noweb's (La)TeX output"
  echo "you should also install the teTeX package."
else
  mktexlsr
fi
841c477193a9c33b1732557dd5'>- add SHA checksumdinoex2005-11-131-0/+1 * - fix option WITH_HICOLOR_ICONSdinoex2005-10-262-1/+4 * - take maintainershipdinoex2005-10-243-16/+12 * Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).lesi2005-06-152-1/+10 * Add one more patch file to adjust an Alpha architecture specifickensmith2004-09-211-0/+14 * Tidy up whitespace.trevor2004-04-111-1/+1 * SIZEify.trevor2004-01-301-0/+1 * Per distfile survey, remove mastersite that disappeared in 1999.linimon2003-11-011-2/+1 * De-pkg-comment.knu2003-02-212-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-07