5 lines
73 B
Bash
5 lines
73 B
Bash
![]() |
if [ -x /usr/bin/ghc-pkg ]; then
|
||
|
chroot . /usr/bin/ghc-pkg recache
|
||
|
fi
|
||
|
|