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