1
0
Fork 0

Adding divertions for newly added zegrep and zfgrep.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 04:56:54 +01:00
parent 40b2dec87d
commit 9516c08896
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ set -e
case "${1}" in
remove)
for FILE in zgrep zcmp zdiff zcat
for FILE in zcat zcmp zdiff zegrep zfgrep zgrep
do
dpkg-divert --package zutils --remove --rename --divert /bin/${FILE}.gzip /bin/${FILE}
dpkg-divert --package zutils --remove --rename --divert /usr/share/man/man1/${FILE}.gzip.1.gz /usr/share/man/man1/${FILE}.1.gz

View file

@ -4,7 +4,7 @@ set -e
case "${1}" in
install)
for FILE in zgrep zcmp zdiff zcat
for FILE in zcat zcmp zdiff zegrep zfgrep zgrep
do
dpkg-divert --package zutils --add --rename --divert /bin/${FILE}.gzip /bin/${FILE}
dpkg-divert --package zutils --add --rename --divert /usr/share/man/man1/${FILE}.gzip.1.gz /usr/share/man/man1/${FILE}.1.gz