1
0
Fork 0

Harmonizing postrm.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 05:57:02 +01:00
parent dc38166382
commit 8afc2075d1
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -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