summarylogtreecommitdiffstats
path: root/ocaml-mascot.install
blob: 46edb71c33b9082132dc5e4f63648161bb1fb598 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "Creating symlink for /usr/lib/ocaml/mascot"
  sudo ln -s /usr/lib/ocaml/mascot/mascot.native /usr/bin/mascot
}

post_remove() {
  echo "Removing symlink for /usr/lib/ocaml/mascot"
  sudo unlink /usr/bin/mascot
}