summaryrefslogtreecommitdiff
path: root/textproc/latex2html/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/latex2html/DEINSTALL')
-rw-r--r--textproc/latex2html/DEINSTALL21
1 files changed, 0 insertions, 21 deletions
diff --git a/textproc/latex2html/DEINSTALL b/textproc/latex2html/DEINSTALL
deleted file mode 100644
index 638b8aec2f8..00000000000
--- a/textproc/latex2html/DEINSTALL
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:57:15 zuntum Exp $
-
-PKGNAME=$1
-STAGE=$2
-
-case ${STAGE} in
-DEINSTALL)
- ;;
-POST-DEINSTALL)
- # Rebuild the ls-R database after removing files from the teTeX tree.
- #
- mktexlsr
- ;;
-*)
- echo "Unexpected argument: ${STAGE}"
- exit 1
- ;;
-esac
-exit 0