mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 03:00:10 -07:00
gzip: fix post-install. Closes #287
This commit is contained in:
parent
72b3acf3bf
commit
db21b7987d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user