Revert "suppress post installer"

This reverts commit 3856cb3451.
main
Matthew Butterick 4 years ago
parent 81d3d0af2d
commit 68b22ea2a7

@ -2,7 +2,7 @@
(provide (all-defined-out))
(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))
(define proc (dynamic-require mod 'post-installer))
(proc home-dir)))
Loading…
Cancel
Save