Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
icu.25552
sanitize_docs.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sanitize_docs.sh of Package icu.25552
#!/bin/sh -ex ver="52.1" name="icu4c-52_1-docs.zip" # Put docs in a separate directory wget -c "http://download.icu-project.org/files/icu4c/$ver/$name" rm -Rf html mkdir html pushd html unzip "../$name" if [ -x "$(which optipng)" ]; then optipng *.png; fi popd tar --use=xz -cvf "${name%.zip}.tar.xz" html rm -Rf html
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor