aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/tk83/pkg-deinstall.wish
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-06-11 09:46:34 +0800
committerkevlo <kevlo@FreeBSD.org>2012-06-11 09:46:34 +0800
commita3d5ad466d45d284ca336ee01f49d08af443ef28 (patch)
tree421dd91fbdd188c9ad259977894f08a6656960c4 /chinese/tk83/pkg-deinstall.wish
parentfea90ad6b22a946ec74c2e9769371997362178d0 (diff)
downloadfreebsd-ports-gnome-a3d5ad466d45d284ca336ee01f49d08af443ef28.tar.gz
freebsd-ports-gnome-a3d5ad466d45d284ca336ee01f49d08af443ef28.tar.zst
freebsd-ports-gnome-a3d5ad466d45d284ca336ee01f49d08af443ef28.zip
Remove obsolete ports
Diffstat (limited to 'chinese/tk83/pkg-deinstall.wish')
-rw-r--r--chinese/tk83/pkg-deinstall.wish22
1 files changed, 0 insertions, 22 deletions
diff --git a/chinese/tk83/pkg-deinstall.wish b/chinese/tk83/pkg-deinstall.wish
deleted file mode 100644
index 1998d0efb780..000000000000
--- a/chinese/tk83/pkg-deinstall.wish
+++ /dev/null
@@ -1,22 +0,0 @@
-#! /bin/sh
-#
-# Remove the ${PREFIX}/bin/wish script that gets installed by INSTALL.wish
-# if we are the last wish installation to be pkg_delete'd.
-#
-# $FreeBSD: /tmp/pcvs/ports/chinese/tk83/Attic/pkg-deinstall.wish,v 1.1 2001-02-22 04:09:52 kevlo Exp $
-#
-
-#
-# Explicitly listing /usr/X11R6/bin here is debatable.
-#
-BINDIR="${PKG_PREFIX}/bin /usr/X11R6/bin"
-WISH=${PKG_PREFIX}/bin/wish
-
-wishes=$(/bin/ls ${BINDIR} 2> /dev/null | \
- egrep '^o?wish(step)?(x|([0-9]+\.[0-9]+))([a-z][a-z])?$')
-
-if [ "$wishes" = "" -a -f ${WISH} ] && \
- (head -3 ${WISH} | grep awieYJFnsuILOnfsYEW) > /dev/null 2>&1
-then
- rm -f ${PKG_PREFIX}/bin/wish
-fi