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 19 12:17:07 UTC 2012
[aur-mirror.git]
/
fresno
/
fresno.install
blob
01185931f04aaf44a7a22ce50c0ba254f8a2004d
1
2
post_install() {
3
cat << _EOF
4
5
==> fresno installation notes:
6
----------------------------------------
7
Remember to install and activate the Mozilla REPL Addon
8
MozREPL: http://wiki.github.com/bard/mozrepl/
9
10
_EOF
11
12
}
13
14
post_upgrade() {
15
post_install
16
}