]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-xfonts
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / postinst-xfonts
index 8821bc5f0603d15da5c20ba87c0c6fd28c6f115c..96390e4e04ea162dc8fee6b20b89d11db38cede8 100644 (file)
@@ -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