running postinstall fix should also say why fontconfig did not work, like

all other postinstall methods.
This commit is contained in:
christos 2009-12-24 21:52:57 +00:00
parent d52b481791
commit 9a4b585a95

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $NetBSD: postinstall,v 1.106 2009/10/13 07:47:00 apb Exp $ # $NetBSD: postinstall,v 1.107 2009/12/24 21:52:57 christos Exp $
# #
# Copyright (c) 2002-2008 The NetBSD Foundation, Inc. # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -775,7 +775,7 @@ do_fontconfig()
failed=1 failed=1
fi fi
if [ "$op" = "check" -a "$failed" = 1 ]; then if [ "$failed" = 1 ]; then
msg \ msg \
"Broken fontconfig configuration found; please delete these files" "Broken fontconfig configuration found; please delete these files"
msg \ msg \