updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / autoscan / autoscan.install
blobb30e12769c08bf43550e68c3c9d526d07a3c2a03
1 post_install() {
2   
3   echo
4   echo ">>> The autoscan-network service must be started before running autoscan-network"
5   echo
8 op=$1
9 shift
10 [ "$(type -t "$op")" = "function" ] && $op "$@"
12 # vim:set ts=2 sw=2 et: