updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / byobu / byobu.install
blob7cbbbbaab8bd56cd6ec7013ce1d6c2edd21734db
2 post_install() {
3 cat << _EOF
5 ==> byobu installation notes:
6     ---------------------------------------------------
7     The tmux backend is now stable enough to use it by
8     default. See /etc/byobu/backend if you want to keep
9     using screen.
11     As usual, wipe out your byobu config ("~/.byobu" or
12     "~/.config/byobu") if you run into trouble. 
13 _EOF
17 post_upgrade() {
18         post_install
21 op=$1
22 shift
23 $op $*