mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
15 lines
251 B
Text
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 $*
|