2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-20 13:16:19 +00:00
repo/core/gzip/post-install

15 lines
261 B
Plaintext
Raw Normal View History

2021-07-15 09:45:12 +00:00
#!/bin/sh -e
2021-07-15 11:32:06 +00:00
cat <<EOF
2021-07-15 09:45:12 +00: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 11:32:06 +00:00
EOF