gzip: fix post-install. Closes #287

This commit is contained in:
Dylan Araps 2021-07-15 14:32:06 +03:00
parent 72b3acf3bf
commit db21b7987d
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -1,5 +1,7 @@
#!/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.
@ -9,3 +11,4 @@ NOTE: The gzip package will be removed 22/07/2021
kiss a | grep ^pigz | kiss a -
kiss r gzip
EOF