updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / urxvt-url-select-git / urxvt-url-select.install
blob8c1904252de251c465d761e23cbea15dbb52352e
1 post_install () {
2   echo "==> To enable url-select place the following in ~/.Xdefaults"
3   echo "==> (change to whatever suits your needs)"
4   echo "==> URxvt.perl-ext-common:  default,selection,url-select"
5   echo "==> URxvt.keysym.M-u:       perl:url-select:select_next"
6   echo "==> URxvt.urlLauncher:      firefox"
7   echo "==> URxvt.underlineURLs:    true"
10 post_upgrade () {
11   post_install $1