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 Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git]
/
amigashell
/
amigashell.install
blob
367f9189a1fd60472fe8b0840b77ba74824141b3
1
post_install() {
2
ln -s /usr/bin/amigashell /etc/rc.d/amigashell || return 1
3
}
4
5
op=$1
6
shift
7
[ "$(type -t "$op")" = "function" ] && $op "$@"
8