|
|
|
@ -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)))
|