Kaydet (Commit) d67c2fd9 authored tarafından Your Name's avatar Your Name

remove posthook optipng

üst 1aca5503
#!/bin/bash
if which optipng &>/dev/null ; then
[ "$PKGS" == "" ] && PKGS=$name
for package in ${PKGS[@]} ; do
export INSTALLDIR=$BUILDDIR/$package/install
find $INSTALLDIR -type f | grep "*.png" | xargs optipng -o7
done
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment