X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostinst-xfonts;h=96390e4e04ea162dc8fee6b20b89d11db38cede8;hb=e2a6d4cec4a7ee952cf6a7f250d80f1d75a38f95;hp=ae9996330dc80ac3e889cb8d3c002ec56d9fe530;hpb=f375c254bef045414797dfb9bd55c6ddc7391659;p=debhelper.git diff --git a/autoscripts/postinst-xfonts b/autoscripts/postinst-xfonts index ae99963..96390e4 100644 --- a/autoscripts/postinst-xfonts +++ b/autoscripts/postinst-xfonts @@ -1,10 +1,3 @@ -if [ "$1" = "configure" ]; then - 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