hooks

my cpt hooks
git clone git://git.ckyln.com/hooks
Log | Files | Refs | README

post-build (323B)


      1 # -*- mode: sh -*-
      2 build_end finished
      3 
      4 rm -rf "$DEST/usr/share/gettext" \
      5        "$DEST/usr/share/gtk-doc"
      6 
      7 [ -d "$DEST/usr/share/man" ] &&
      8     find "$DEST/usr/share/man" -type d ! -name 'man*' -exec rm -rf {} +
      9 
     10 # Restore any previous flags
     11 export CFLAGS="$oCFLAGS"
     12 export CXXFLAGS="$oCXXFLAGS"
     13 export LDFLAGS="$oLDFLAGS"