From 71d7c7d552e47d2967067ab9c78c0b169fe5161d Mon Sep 17 00:00:00 2001 From: Kragen Javier Sitaker Date: Sun, 4 Jan 2009 21:17:13 -0300 Subject: changed from a `.ispell_american` sharing project to a `.XCompose` sharing project --- install | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'install') diff --git a/install b/install index 688d196..f31e98b 100755 --- a/install +++ b/install @@ -1,23 +1,15 @@ #!/bin/bash set -e -if [ -f ~/.ispell_american ]; then +if [ -f ~/.XCompose ]; then cat <<'EOF' >&2 -You already have a `~/.ispell_american`. Move it out of the way. +You already have a `~/.XCompose`. Move it out of the way. -You may want to merge it into this list. To do so, I'm pretty sure you can do -this: - - mv ~/.ispell_american new-words - ./install - sort -u dotispell_american new-words -o dotispell_american - git diff - git commit -am 'adding my private words' - -Let me know if that doesn't work out. +You may want to merge it into this file, taking care to avoid +duplicates. Kragen Javier Sitaker EOF exit 1 fi -ln -s "$(pwd)/dotispell_american" ~/.ispell_american +ln -s "$(pwd)/dotXCompose" ~/.XCompose -- cgit v1.2.3