diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-17 00:11:55 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-17 00:11:55 -0300 |
commit | b3d851540186419305a4b89ba8e5320f4e7fa56d (patch) | |
tree | 4d8a05d5b84a06b60b56343950ab1a7f88e831ea /community/autocutsel/autocutsel.install | |
parent | fdd03e5ecce11853fa939682ed87e938605d36be (diff) | |
parent | 7d13548d48c1e98b9c12201685fd6fef5e9388db (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/autocutsel/PKGBUILD
multilib-testing/lib32-mesa/PKGBUILD
multilib/lib32-mesa/PKGBUILD
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 +} |