Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 3f3d970

Browse files
authored
add pkg recache to postinstall
1 parent eebe33b commit 3f3d970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hptool/os-extras/osx/installer-scripts/postinstall.mu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ cd "/Library/Haskell/ghc-{{ghcVersion}}-{{arch}}/bin"
55
./activate-hs "{{ghcVersion}}-{{arch}}"
66
./uninstall-hs install-check "{{ghcVersion}}" Finder
77

8+
ghc-pkg recache
9+
810
if [ "${COMMAND_LINE_INSTALL}" == '1' ] ; then
911
echo "View documentation with this command:"
1012
echo " open /Library/Haskell/doc/start.html"

0 commit comments

Comments
 (0)