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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
lsim
/
lsim.install
blob
c41e8848ca82dd4941a12200d23f7ffa29914c02
1
post_install() {
2
echo "==> Before using lsim, you need to:"
3
echo " -> relog"
4
echo " OR run /etc/profile.d/lsim.sh"
5
echo " OR export LSIMDIR=/usr/share/lsim"
6
}
7
8
post_upgrade() {
9
post_install $1
10
}