diff options
author | grant <grant> | 2003-04-15 00:43:50 +0000 |
---|---|---|
committer | grant <grant> | 2003-04-15 00:43:50 +0000 |
commit | 003036c11de051db27cb16d0ff3e41ba71d2dad4 (patch) | |
tree | 124b047affd14ac71dd5176b91ec4e28fa535b0c /misc | |
parent | 3adfd215d8dfee3dc89afcb7d544f857c04372a4 (diff) | |
download | pkgsrc-003036c11de051db27cb16d0ff3e41ba71d2dad4.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.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 |