PKGBUILDs/community/delegate/delegate.install
2009-10-09 21:15:33 -05:00

15 lines
251 B
Text

pre_install() {
/bin/true
}
post_install() {
echo "--"
echo "-- Delegate supports too many protocols, so I did not write any rc-script"
echo "-- Please read documentation in /usr/share/delegate/"
echo "--"
/bin/true
}
op=$1
shift
$op $*