summarylogtreecommitdiffstats
path: root/urxvt-clipboard.install
diff options
context:
space:
mode:
authorXyne2015-06-21 02:46:25 +0000
committerXyne2015-06-21 02:46:25 +0000
commite05fc45b797e1da154aa1b7144d30bbf1992743e (patch)
treea4d94ec9206aa5f5c272ee420da46b528c8f9b93 /urxvt-clipboard.install
downloadaur-urxvt-clipboard.tar.gz
Initial import.
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:
+