PKGBUILDs/community/delegate/delegate.install

16 lines
251 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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 $*