X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostinst-xfonts;h=96390e4e04ea162dc8fee6b20b89d11db38cede8;hb=18a0da8092ea9f3dc48bca92b36f592af25a608d;hp=4c5ab1b8f0d7d0d332815db3ee41534711a76376;hpb=4f577ba14b2e6e8571246717a1eec408c9b618ae;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