Re: Cleaning up after installing packages
[email protected] (Peter Seebach)
| Newsgroups | gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]>, "Jeremy C. Reed" writes: >Also see pkgsrc/pkgtools/pkgclean/ > > pkgclean cleans up your pkgsrc by removing the work directories. > It's a fast alternative for ``cd /usr/pkgsrc && make clean''. The slowness of make clean is really scary if you compare it to rm -rf */*/work -s