blob: 2d1077548c5322049a713d5f7da5d256e893cee5 (
plain)
1
2
3
4
5
6
7
|
post_install(){
printf '=> This is the RabbitCVS core version. When installing RabbitVCS, you must install the core package as well as a package for each front-end you wish to use.'
}
post_upgrade(){
post_install
}
|