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]
/
sisc
/
sisc.install
blob
a4e58cca1d33681772803f03af7c49fc088091cc
1
post_install(){
2
cat << _EOF
3
==> rlwrap is an OPTIONAL dependency, it can be found in the community repo
4
==> it provides history and command line editing at the REPL
5
==>
6
==> After first installation reboot or run /etc/profile.d/sisc.sh manually.
7
_EOF
8
}
9
10
op=$1
11
shift
12
$op $*