summaryrefslogtreecommitdiff
path: root/editors/jed/scripts/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'editors/jed/scripts/post-install')
-rw-r--r--editors/jed/scripts/post-install17
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/jed/scripts/post-install b/editors/jed/scripts/post-install
deleted file mode 100644
index d3405d83fa8..00000000000
--- a/editors/jed/scripts/post-install
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-# $NetBSD: post-install,v 1.2 1998/11/01 14:55:37 hwr Exp $
-echo "Installing lib files"
-cd ${WRKSRC}
-tar cf - lib | (cd ${PREFIX}/share/jed ; tar xf - )
-echo "Installing info files"
-tar cf - info | (cd ${PREFIX}/share/jed ; tar xf - )
-echo "Installing doc files"
-tar cf - doc | (cd ${PREFIX}/share/jed ; tar xf - )
-if [ -f ${PREFIX}/share/jed/doc/jed.1 ]
-then
- rm ${PREFIX}/share/jed/doc/jed.1
-fi
-if [ -f ${PREFIX}/share/jed/doc/rgrep.1 ]
-then
- rm ${PREFIX}/share/jed/doc/rgrep.1
-fi