X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostinst-xfonts;h=96390e4e04ea162dc8fee6b20b89d11db38cede8;hb=18a0da8092ea9f3dc48bca92b36f592af25a608d;hp=a0b58c9dde659b48ea863ceb9285cbd36b52813e;hpb=2b36b23e0223aa7e51047ff30daafe773f38a070;p=debhelper.git diff --git a/autoscripts/postinst-xfonts b/autoscripts/postinst-xfonts index a0b58c9..96390e4 100644 --- a/autoscripts/postinst-xfonts +++ b/autoscripts/postinst-xfonts @@ -1,8 +1,3 @@ -fontdirs="#FONTDIRS#" -updatecmds="#UPDATECMDS#" - -for dir in $fontdirs; do - for currentcmd in $updatecmds; do - $currentcmd /usr/lib/X11/fonts/$dir - done -done +if which update-fonts-dir >/dev/null 2>&1; then + #CMDS# +fi