home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / usr / lib / rpm / brp-redhat < prev    next >
Text File  |  2006-11-29  |  347b  |  14 lines

  1. #!/bin/sh
  2.  
  3. # These are the build root policies that Red Hat invokes at the end
  4. # of the %install scriptlet.
  5.  
  6. # Compress man pages (Red Hat uses GNU gzip)
  7. /usr/lib/rpm/brp-compress
  8.  
  9. # Strip ELF binaries (Red Hat uses GNU binutils).
  10. /usr/lib/rpm/brp-strip
  11.  
  12. # Strip even more sections (Red Hat uses GNU binutils).
  13. /usr/lib/rpm/brp-strip-comment-note
  14.