2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 12:22:26 +00:00
repo/core/gzip/post-install
2021-07-15 14:32:06 +03:00

15 lines
261 B
Bash
Executable File

#!/bin/sh -e
cat <<EOF
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
EOF