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

op=$1
shift
$op $*