Adding divertions for newly added zegrep and zfgrep.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
40b2dec87d
commit
9516c08896
2 changed files with 2 additions and 2 deletions
2
debian/zutils.postrm
vendored
2
debian/zutils.postrm
vendored
|
@ -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
|
||||
|
|
2
debian/zutils.preinst
vendored
2
debian/zutils.preinst
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue