repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
autoscan
/
autoscan.install
blob
b30e12769c08bf43550e68c3c9d526d07a3c2a03
1
post_install() {
2
3
echo
4
echo ">>> The autoscan-network service must be started before running autoscan-network"
5
echo
6
}
7
8
op=$1
9
shift
10
[ "$(type -t "$op")" = "function" ] && $op "$@"
11
12
# vim:set ts=2 sw=2 et: