summaryrefslogtreecommitdiff
path: root/x11/gtk/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtk/INSTALL')
-rw-r--r--x11/gtk/INSTALL7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/gtk/INSTALL b/x11/gtk/INSTALL
index bd87789dd77..db22277df73 100644
--- a/x11/gtk/INSTALL
+++ b/x11/gtk/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.1 2004/01/18 01:11:40 jlam Exp $
+# $NetBSD: INSTALL,v 1.2 2006/06/15 20:40:16 jlam Exp $
case ${STAGE} in
POST-INSTALL)
@@ -9,9 +9,4 @@ POST-INSTALL)
${LOCALBASE}/share/aclocal/gtk.m4
fi
;;
-DEINSTALL)
- if [ "${PKG_PREFIX}" != "${LOCALBASE}" ]; then
- ${RM} -f ${LOCALBASE}/share/aclocal/gtk.m4
- fi
- ;;
esac