]> 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 e3e6a1c6f47c0fd689f0cb29ee4d266ad1e03d9f..96390e4e04ea162dc8fee6b20b89d11db38cede8 100644 (file)
@@ -1,8 +1,3 @@
-fontdirs="#FONTDIRS#"
-updatecmds="#UPDATECMDS#"
-
-for dir in $fontdirs; do
-       for currentcmd in $updatecmds; do
-               $currentcmd /usr/X11R6/lib/X11/$dir
-       done
-done
+if which update-fonts-dir >/dev/null 2>&1; then
+       #CMDS#
+fi