summaryrefslogtreecommitdiff
path: root/textproc/t1lib/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/t1lib/DEINSTALL')
-rw-r--r--textproc/t1lib/DEINSTALL26
1 files changed, 0 insertions, 26 deletions
diff --git a/textproc/t1lib/DEINSTALL b/textproc/t1lib/DEINSTALL
deleted file mode 100644
index eb015729e4e..00000000000
--- a/textproc/t1lib/DEINSTALL
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:58:52 zuntum Exp $
-
-PKGNAME=$1
-STAGE=$2
-
-case ${STAGE} in
-DEINSTALL)
- ;;
-POST-DEINSTALL)
- CONFDIR=${PKG_PREFIX}/share/t1lib
-
- cat << EOF
-===========================================================================
-If you won't be using ${PKGNAME} any longer, you may wish to manually
-remove the ${CONFDIR} directory.
-===========================================================================
-EOF
- ;;
-*)
- echo "Unexpected argument: $2"
- exit 1
- ;;
-esac
-exit 0