suppress post installer

main
Matthew Butterick 4 years ago
parent b5599de0e0
commit 3856cb3451

@ -2,7 +2,7 @@
(provide (all-defined-out)) (provide (all-defined-out))
(define (post-installer home-dir) (define (post-installer home-dir)
(for ([mod '(hyphenate/us hyphenate/fr)]) #;(for ([mod '(hyphenate/us hyphenate/fr)])
(displayln (format "running post-installer in ~a" mod)) (displayln (format "running post-installer in ~a" mod))
(define proc (dynamic-require mod 'post-installer)) (define proc (dynamic-require mod 'post-installer))
(proc home-dir))) (proc home-dir)))
Loading…
Cancel
Save