Using quiet for dpkg-divert calls.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
14c6014a10
commit
50717352cc
2 changed files with 4 additions and 4 deletions
4
debian/zutils.postrm
vendored
4
debian/zutils.postrm
vendored
|
@ -6,8 +6,8 @@ case "${1}" in
|
|||
remove)
|
||||
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
|
||||
dpkg-divert --package zutils --quiet --remove --rename --divert /bin/${FILE}.gzip /bin/${FILE}
|
||||
dpkg-divert --package zutils --quiet --remove --rename --divert /usr/share/man/man1/${FILE}.gzip.1.gz /usr/share/man/man1/${FILE}.1.gz
|
||||
done
|
||||
;;
|
||||
|
||||
|
|
4
debian/zutils.preinst
vendored
4
debian/zutils.preinst
vendored
|
@ -6,8 +6,8 @@ case "${1}" in
|
|||
install)
|
||||
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
|
||||
dpkg-divert --package zutils --quiet --add --rename --divert /bin/${FILE}.gzip /bin/${FILE}
|
||||
dpkg-divert --package zutils --quiet --add --rename --divert /usr/share/man/man1/${FILE}.gzip.1.gz /usr/share/man/man1/${FILE}.1.gz
|
||||
done
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue