File: prerm

package info (click to toggle)
tex4ht 20011214-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,272 kB
  • ctags: 992
  • sloc: xml: 17,548; ansic: 9,389; makefile: 129; sh: 43; sed: 8
file content (14 lines) | stat: -rw-r--r-- 308 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':
rm -f /usr/share/texmf/tex4ht/tex4ht.env
rm -f /usr/share/doc/texmf/tex4ht/index.html

# remove alternative created in postinst:
if [ "$1" = "remove" ] ; then
  update-alternatives --quiet --remove ht /usr/bin/tex4ht-ht
  fi

#DEBHELPER#