blob: 59f6f6ebe975110fee7d7b54ef4905e504bcb69b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
post_install() {
cat <<EOM
Please be aware this package is built without accesslist support. Any
torrent announced to it will be tracked.
If you want this features you'll have to rebuild this package. There're
instructions on the PKGBUILD.
For more info check: http://erdgeist.org/arts/software/opentracker/
EOM
}
post_upgrade() {
post_install
}
|