#!/bin/sh

# These are the build root policies that rpm invokes at the end
# of the %install scriptlet.

# Compress man pages (usually with gzip)
/usr/lib/rpm/brp-compress

# Strip ELF binaries (ussually with binutils).
/usr/lib/rpm/brp-strip

# Strip even more sections (usually with binutils).
/usr/lib/rpm/brp-strip-comment-note
