diff options
Diffstat (limited to 'community/autocutsel/autocutsel.install')
-rw-r--r-- | community/autocutsel/autocutsel.install | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/community/autocutsel/autocutsel.install b/community/autocutsel/autocutsel.install new file mode 100644 index 000000000..56fde35d7 --- /dev/null +++ b/community/autocutsel/autocutsel.install @@ -0,0 +1,20 @@ +post_install() { + cat << EOF + Add the following lines to your ~/.xinitrc or, for + system-wide use, to a new file, named, say, 40-autocutsel + in the directory /etc/X11/xinit/xinitrc.d/ : + +autocutsel -fork & +autocutsel -selection PRIMARY -fork & +EOF +} + +post_upgrade() { + post_install +} +post_remove() { +cat << EOF + you might want to remove autocutsel related files in + /etc/X11/xinit/xinitrc.d now. +EOF +} |