repo/core/gzip/post-install

15 lines
261 B
Plaintext
Raw Normal View History

2021-07-15 03:45:12 -06:00
#!/bin/sh -e
2021-07-15 05:32:06 -06:00
cat <<EOF
2021-07-15 03:45:12 -06:00
NOTE: The gzip package will be removed 22/07/2021
and replaced with pigz. Run the following
to transition before the deadline.
kiss b pigz
kiss i pigz
kiss a | grep ^pigz | kiss a -
kiss r gzip
2021-07-15 05:32:06 -06:00
EOF