updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / boost-svn / boost-svn.install
blob36da8e70d8040dc6e4995142cc147042699af931
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 ===> Documentation can be found in /usr/share/doc/boost
11 ===>
12 EOF
13 /etc/rc.d/boost-build-config -s
14 /bin/true
17 post_upgrade() {
18 /bin/true
21 post_remove() {
22 /bin/true
25 op=$1
26 shift
28 $op "$@"