summarylogtreecommitdiffstats
path: root/urxvt-clipboard.install
blob: 55e844ac3792981708a6521f3f5aea49bf06cc3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install ()
{
  cat <<'MSG'
Add "clipboard" to the "URxvt.perl-ext-common" field in ~/.Xdefaults to enable
the clipboard.
MSG
}

post_remove ()
{
  cat <<'MSG'
Don't forget to remove "clipboard" from the "URxvt.perl-ext-common" field in
~/.Xdefaults.
MSG
}

# vim: set ts=2 sw=2 et: