summaryrefslogtreecommitdiff
path: root/community/autocutsel/autocutsel.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/autocutsel/autocutsel.install')
-rw-r--r--community/autocutsel/autocutsel.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/autocutsel/autocutsel.install b/community/autocutsel/autocutsel.install
deleted file mode 100644
index 56fde35d7..000000000
--- a/community/autocutsel/autocutsel.install
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-}