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 Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
tvmovie2vdr
/
tvmovie2vdr.install
blob
0347d7f9729fe2ef91b19cb7f19e1985e854304a
1
post_install() {
2
echo ">>> Set parameters in /etc/rc.tvm2vdr to your needs."
3
echo ">>> If you want to run tvmovie2vdr on a daily basis"
4
echo ">>> add tvm2vdr to your DAEMONS array in rc.conf"
5
}
6
7
post_upgrade() {
8
/bin/true
9
}
10
11
pre_remove() {
12
/bin/true
13
}
14
15
op=$1
16
shift
17
18
$op "$@"