summaryrefslogtreecommitdiff
path: root/community/delegate/delegate.install
blob: f7c7096b458767227972cc52426665f59e59d5aa (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}