repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git]
/
ocaml-mascot
/
ocaml-mascot.install
blob
46edb71c33b9082132dc5e4f63648161bb1fb598
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
4
}
5
6
post_remove() {
7
echo "Removing symlink for /usr/lib/ocaml/mascot"
8
sudo unlink /usr/bin/mascot
9
}