updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / rabbitvcs-nautilus-svn / rabbitvcs-nautilus-svn.install
blob3e6912a3c6779da49e1efce45556998ceac03a29
1 post_install(){
2 cat << _EOF
3 => Be sure to restart Nautilus for RabbitCVS to get loaded.
4 => Restart nautilus with the following commands:
5 =>   $ nautilus -q
6 =>   $ pgrep -f service.py | xargs kill
7 =>   $ nohup nautilus > /dev/null &
8 _EOF
11 post_upgrade(){
12 cat << _EOF
13 => Be sure to restart Nautilus for RabbitCVS to get reloaded.
14 => Restart nautilus with the following commands:
15 =>   $ pgrep -f service.py | xargs kill
16 =>   $ nautilus -q
17 =>   $ nohup nautilus > /dev/null &
18 _EOF
21 post_remove(){
22 cat << _EOF
23 => Be sure to restart Nautilus for RabbitCVS to get unloaded.
24 => Restart nautilus with the following commands:
25 =>   $ pgrep -f service.py | xargs kill
26 =>   $ nautilus -q
27 =>   $ nohup nautilus > /dev/null &
28 _EOF