File: postrm

package info (click to toggle)
tex4ht 19990804-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,384 kB
  • ctags: 799
  • sloc: ansic: 7,653; makefile: 116; sh: 24
file content (8 lines) | stat: -rw-r--r-- 110 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

if [ "$1" = remove ] ; then
  command -v texhash > /dev/null 2>&1 && texhash || true
  fi