summarylogtreecommitdiffstats
path: root/guile-wisp-hg.install
blob: e46456563caa7feb4bef189093f9c0e662526b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo post-install message:
  echo
  echo execute  &&
  echo "  guile" -c '"(import (language wisp spec))"' &&
  echo to prevent compile warnings when starting a wisp repl.
  echo
}

post_update() {
  post_install
}