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 20:03:50 UTC 2012
[aur-mirror.git]
/
vhdl-simili
/
vhdl-simili.install
blob
59685fc6ef8acb16adbf16af34708e4e4158fcb2
1
post_install() {
2
echo "export SYMPHONYEDA=/opt/simili/" >> ~/.bashrc
3
echo ". /opt/simili/bin/init.sh" >> ~/.bashrc
4
}
5
6
pre_remove() {
7
echo "Don't forget to remove Simili entries in your .bashrc file"
8
}
9
10
11