File: prerm

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 (14 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

# remove symbolic links created in the 'postinst':
for F in htfcss.env tex4ht.env ; do
  rm -f /usr/share/texmf/tex4ht/$F
  done
rm -f /usr/doc/texmf/tex4ht/index.html

if command -v install-docs >/dev/null 2>&1; then
  install-docs -r tex4ht
  fi