summarylogtreecommitdiffstats
path: root/rabbitvcs-caja.install
blob: 8b081bc7790fcb284964e3be96c26ac6c8dad12c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
post_install(){
cat << _EOF
=> Be sure to restart Caja for RabbitCVS to get loaded.
=> Restart Caja with the following commands:
=>   $ caja -q
=>   $ nohup caja > /dev/null &
_EOF
}

post_upgrade(){
cat << _EOF
=> Be sure to restart Caja for RabbitCVS to get reloaded.
=> Restart Caja with the following commands:
=>   $ caja -q
=>   $ nohup caja > /dev/null &
_EOF
}

post_remove(){
cat << _EOF
=> Be sure to restart Caja for RabbitCVS to get unloaded.
=> Restart Caja with the following commands:
=>   $ caja -q
=>   $ nohup caja > /dev/null &
_EOF
}