File: hyperlatex.prerm

package info (click to toggle)
hyperlatex 2.9a-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 668 kB
  • ctags: 391
  • sloc: lisp: 2,680; sh: 199; makefile: 84; awk: 21
file content (12 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh -e

# file left by previous version
rm -f /usr/share/doc/hyperlatex/.dhelp
rm -f /usr/share/doc/hyperlatex/manual/.dhelp

if [ "$1" = remove -o "$1" = upgrade ] && \
   command -v install-docs >/dev/null 2>&1; then
        install-docs -r hyperlatex
fi

#DEBHELPER#