mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
2268ed28dc
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
4 lines
73 B
Bash
4 lines
73 B
Bash
if [ -x /usr/bin/ghc-pkg ]; then
|
|
chroot . /usr/bin/ghc-pkg recache
|
|
fi
|
|
|