summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-04-15 00:43:50 +0000
committergrant <grant@pkgsrc.org>2003-04-15 00:43:50 +0000
commitf5766717fa476210d683d0dea6b4378e1343a0f9 (patch)
tree124b047affd14ac71dd5176b91ec4e28fa535b0c /misc
parent56eed52ea248c661b1d472afc32b9832626d266b (diff)
downloadpkgsrc-f5766717fa476210d683d0dea6b4378e1343a0f9.tar.gz
don't fail if we can't remove share/lib/terminfo/s on deinstallation,
as this directory (also) belongs to ncurses.
Diffstat (limited to 'misc')
-rw-r--r--misc/screen/PLIST.SunOS4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/screen/PLIST.SunOS b/misc/screen/PLIST.SunOS
index 6e7a564008d..1037ba752dc 100644
--- a/misc/screen/PLIST.SunOS
+++ b/misc/screen/PLIST.SunOS
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.SunOS,v 1.7 2003/04/09 20:35:31 grant Exp $
+@comment $NetBSD: PLIST.SunOS,v 1.8 2003/04/15 00:43:50 grant Exp $
bin/screen
bin/${DISTNAME}
man/man1/screen.1
@@ -34,5 +34,5 @@ share/screen/utf8encodings/cd
share/screen/utf8encodings/d6
@dirrm share/screen/utf8encodings
@dirrm share/screen
-@dirrm share/lib/terminfo/s
+@unexec ${RMDIR} %D/share/lib/terminfo/s 2>/dev/null || true
@dirrm share/examples/screen