Harmonizing postrm.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
dc38166382
commit
8afc2075d1
1 changed files with 1 additions and 1 deletions
2
debian/zutils.postrm
vendored
2
debian/zutils.postrm
vendored
|
@ -16,7 +16,7 @@ case "${1}" in
|
|||
;;
|
||||
|
||||
*)
|
||||
echo "postrm called with unknown argument \`$1'" >&2
|
||||
echo "postrm called with unknown argument \`${1}'" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue