diff options
author | grant <grant> | 2003-04-15 00:43:50 +0000 |
---|---|---|
committer | grant <grant> | 2003-04-15 00:43:50 +0000 |
commit | af431512dc9fe2746a5129f5a8683e32a1069294 (patch) | |
tree | 124b047affd14ac71dd5176b91ec4e28fa535b0c | |
parent | 021c0d1a103c5ae0555c2406df5d0c834f74f3f4 (diff) | |
download | pkgsrc-af431512dc9fe2746a5129f5a8683e32a1069294.tar.gz |
don't fail if we can't remove share/lib/terminfo/s on deinstallation,
as this directory (also) belongs to ncurses.
-rw-r--r-- | misc/screen/PLIST.SunOS | 4 |
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 |