X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostinst-xfonts;h=96390e4e04ea162dc8fee6b20b89d11db38cede8;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=e3e6a1c6f47c0fd689f0cb29ee4d266ad1e03d9f;hpb=85ad35770e541b848bf2954424879318da797b84;p=debhelper.git diff --git a/autoscripts/postinst-xfonts b/autoscripts/postinst-xfonts index e3e6a1c..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/X11R6/lib/X11/$dir - done -done +if which update-fonts-dir >/dev/null 2>&1; then + #CMDS# +fi