summarylogtreecommitdiffstats
path: root/urxvt-clipboard.install
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt-clipboard.install')
-rw-r--r--urxvt-clipboard.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/urxvt-clipboard.install b/urxvt-clipboard.install
new file mode 100644
index 000000000000..55e844ac3792
--- /dev/null
+++ b/urxvt-clipboard.install
@@ -0,0 +1,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:
+