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 12 04:00:44 UTC 2012
[aur-mirror.git]
/
fprot
/
fprot.install
blob
15623f0ced53f631f96960ff625195705d1162fe
1
post_install() {
2
echo "==> By using this software, you accept the FPAV EULA:"
3
echo " /usr/share/licenses/fprot/LICENSE"
4
echo "==> Updates are cron'ed, but you should run an initial update:"
5
echo " # fpupdate"
6
echo "==> Documentation:"
7
echo " fpscan(1)"
8
echo " f-prot.conf(5)"
9
echo " fpupdate(8)"
10
echo " /usr/share/doc/fprot/README"
11
}
12
13
post_upgrade() {
14
post_install $1
15
}