Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c9a4252 authored by Dominic Lemire's avatar Dominic Lemire
Browse files

bootanimation: fix typo in example

Bug: 29055299
Test: manual
Change-Id: I4f821acb298f8d74d17afd0db7ba4eb7729620d2
parent 43420b33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ the system property `service.bootanim.exit` to a nonzero string.)
Use `zopflipng` if you have it, otherwise `pngcrush` will do. e.g.:

    for fn in *.png ; do
        zopflipng -m ${fn}s ${fn}s.new && mv -f ${fn}s.new ${fn}
        zopflipng -m ${fn} ${fn}.new && mv -f ${fn}.new ${fn}
        # or: pngcrush -q ....
    done