updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / urxvt-clipboard / urxvt-clipboard.install
blob05b790e49a50e8a0af982daccafd487f2f9cae34
1 post_install ()
3   echo "Add \"clipboard\" to the \"URxvt.perl-ext-common\" field in ~/.Xdefaults to"
4   echo "enable the clipboard."
7 post_remove ()
9   echo "Don't forget to remove \"clipboard\" from the \"URxvt.perl-ext-common\" field"
10   echo "in ~/.Xdefaults."
13 # vim: set ts=2 sw=2 et: