diff options
author | grant <grant@pkgsrc.org> | 2003-04-15 00:43:50 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-15 00:43:50 +0000 |
commit | f5766717fa476210d683d0dea6b4378e1343a0f9 (patch) | |
tree | 124b047affd14ac71dd5176b91ec4e28fa535b0c /misc | |
parent | 56eed52ea248c661b1d472afc32b9832626d266b (diff) | |
download | pkgsrc-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.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 |