# Remove this directory files are copied to /usr/doc/$PRGNAM-$VERSION
rm -fr $PKG/usr/share/licenses

# It's a bad idea to ship these in the packages.  If they aren't kept
# updated, there will be missing icons.  Let the user create them if
# they care to.
find $PKG -name icon-theme.cache -exec rm "{}" \+
find $PKG -name .icon-theme.cache -exec rm "{}" \+
find $PKG -name .placeholder -exec rm "{}" \+
find $PKG -name .empty -exec rm "{}" \+
