From d155797ab44d21d67f15eb1355b41eb1aff13a2a Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 9 Sep 2002 18:39:34 +0000 Subject: Remove INSTALL and DEINSTALL scripts, as requested in pkg/17451 and 18058. --- editors/abiword/DEINSTALL | 28 ---------------------------- editors/abiword/INSTALL | 29 ----------------------------- 2 files changed, 57 deletions(-) delete mode 100644 editors/abiword/DEINSTALL delete mode 100644 editors/abiword/INSTALL (limited to 'editors/abiword') diff --git a/editors/abiword/DEINSTALL b/editors/abiword/DEINSTALL deleted file mode 100644 index 2f4b20231d8..00000000000 --- a/editors/abiword/DEINSTALL +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# -# $NetBSD: DEINSTALL,v 1.1 2001/10/31 21:22:29 zuntum Exp $ - -PKGNAME=$1 -STAGE=$2 - -RM="@RM@" -RMDIR="@RMDIR@" -TRUE="@TRUE@" - -ABIDIR=${PKG_PREFIX}/share/AbiSuite - -case ${STAGE} in -DEINSTALL) - ${RM} -f ${ABIDIR}/dictionary/american.hash - ${RMDIR} -p ${ABIDIR}/dictionary 2>/dev/null || ${TRUE} - ;; - -POST-DEINSTALL) - ;; - -*) - echo "Unexpected argument: ${STAGE}" - exit 1 - ;; -esac -exit 0 diff --git a/editors/abiword/INSTALL b/editors/abiword/INSTALL deleted file mode 100644 index ea3ead78eb2..00000000000 --- a/editors/abiword/INSTALL +++ /dev/null @@ -1,29 +0,0 @@ -#! /bin/sh -# -# $NetBSD: INSTALL,v 1.1 2001/10/31 21:22:30 zuntum Exp $ - -PKGNAME=$1 -STAGE=$2 - -MKDIR="@MKDIR@" -LN="@LN@" -RM="@RM@" - -ABIDIR=${PKG_PREFIX}/share/AbiSuite - -case ${STAGE} in -PRE-INSTALL) - ;; - -POST-INSTALL) - ${MKDIR} ${ABIDIR}/dictionary - ${RM} -f ${ABIDIR}/dictionary/american.hash - ${LN} -sf ../../../lib/american.hash ${ABIDIR}/dictionary/american.hash - ;; - -*) - echo "Unexpected argument: ${STAGE}" - exit 1 - ;; -esac -exit 0 -- cgit v1.2.3