X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostinst-xfonts;h=96390e4e04ea162dc8fee6b20b89d11db38cede8;hb=e2a6d4cec4a7ee952cf6a7f250d80f1d75a38f95;hp=8821bc5f0603d15da5c20ba87c0c6fd28c6f115c;hpb=26fc54549b83f4efd2db161b86159dd65da974a9;p=debhelper.git diff --git a/autoscripts/postinst-xfonts b/autoscripts/postinst-xfonts index 8821bc5..96390e4 100644 --- a/autoscripts/postinst-xfonts +++ b/autoscripts/postinst-xfonts @@ -1,3 +1,3 @@ -if [ -x /usr/sbin/update-fonts-dir ]; then -#CMDS# +if which update-fonts-dir >/dev/null 2>&1; then + #CMDS# fi