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

Commit d209fe26 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "bootanimation: fix typo in example" into main am: 1547e554

parents 399c2a51 1547e554
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