updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / urxvt-mark-yank-urls / urxvt-mark-yank-urls.install
blobe4edd32ed887302aa22ba8a2ec8b049f9d7fa6af
1 post_install () {
2   echo "==> To enable mark-yank-urls place the following in ~/.Xdefaults"
3   echo "==> # customise this to whatever suits your needs"
4   echo "==> URxvt.perl-ext-common:  default,selection,mark-yank-urls"
5   echo "==> URxvt.urlLauncher:      /usr/bin/firefox"
6   echo "==> URxvt.keysym.M-u:       perl:mark-yank-urls:activate_mark_mode"
7   echo "==> URxvt.underlineURLs:    true"
8 #  echo "==> See the wiki page for more info:"
9 #  echo "==> http://wiki.archlinux.org/index.php/Rxvt-unicode"
12 post_upgrade () {
13   post_install $1