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 Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git]
/
boost-build-nightly
/
boost-build.install
blob
da0c2ee67402bc67e99fcb470ef29e83ac5a7cfa
1
post_install() {
2
/bin/true
3
/bin/cat << EOF
4
===>
5
===> To generate a new configuration file for boost-build
6
===> do "/etc/rc.d/boost-build-config -s"
7
===>
8
===> do "/etc/rc.d/boost-build-config --help" for more information
9
===>
10
EOF
11
/etc/rc.d/boost-build-config -s
12
/bin/true
13
}
14
15
post_upgrade() {
16
/etc/rc.d/boost-build-config -s
17
/bin/true
18
}
19
20
post_remove() {
21
/bin/true
22
}