updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / amigashell / amigashell.install
blob367f9189a1fd60472fe8b0840b77ba74824141b3
1 post_install() {
2   ln -s /usr/bin/amigashell /etc/rc.d/amigashell || return 1
5 op=$1
6 shift
7 [ "$(type -t "$op")" = "function" ] && $op "$@"