diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-16 18:09:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-16 18:09:27 +0000 |
commit | 387183aeaca57929336e719e1f6f5f963ff1ff30 (patch) | |
tree | dcce707b98cda6df89aed7dc2865b3e1aeec4026 /x11/lesstif | |
parent | 8c0d1db342555e2303b453498b01451c82deba1c (diff) | |
download | pkgsrc-387183aeaca57929336e719e1f6f5f963ff1ff30.tar.gz |
Do not remove share/aclocal, it's in the *dist files.
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/DEINSTALL | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/lesstif/DEINSTALL b/x11/lesstif/DEINSTALL index 5b20beca0b2..e3c54f0a8b6 100644 --- a/x11/lesstif/DEINSTALL +++ b/x11/lesstif/DEINSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: DEINSTALL,v 1.2 2003/08/30 20:23:08 jlam Exp $ +# $NetBSD: DEINSTALL,v 1.3 2006/02/16 18:09:27 wiz Exp $ PKGNAME=$1 STAGE=$2 @@ -37,7 +37,6 @@ POST-DEINSTALL) if [ ${PKG_PREFIX} != ${LOCALBASE} ] then ${RM} -f ${LOCALBASE}/share/aclocal/ac_find_motif.m4 - ${RMDIR} -p ${PKG_PREFIX}/share/aclocal 2>/dev/null || ${TRUE} fi ${RMDIR} -p ${PKG_PREFIX}/lib/X11/config 2>/dev/null || ${TRUE} |