updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / ocaml-mascot / ocaml-mascot.install
blob46edb71c33b9082132dc5e4f63648161bb1fb598
1 post_install() {
2   echo "Creating symlink for /usr/lib/ocaml/mascot"
3   sudo ln -s /usr/lib/ocaml/mascot/mascot.native /usr/bin/mascot
6 post_remove() {
7   echo "Removing symlink for /usr/lib/ocaml/mascot"
8   sudo unlink /usr/bin/mascot