aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKragen Javier Sitaker <kragen@pobox.com>2009-01-04 21:17:13 -0300
committerKragen Javier Sitaker <kragen@pobox.com>2009-01-04 21:17:13 -0300
commit71d7c7d552e47d2967067ab9c78c0b169fe5161d (patch)
tree65efe3c433a912a902ba604c579057afa92b7d6f /install
parenta bunch more technical words (diff)
downloaddotXCompose-71d7c7d552e47d2967067ab9c78c0b169fe5161d.tar.gz
dotXCompose-71d7c7d552e47d2967067ab9c78c0b169fe5161d.tar.bz2
dotXCompose-71d7c7d552e47d2967067ab9c78c0b169fe5161d.zip
changed from a `.ispell_american` sharing project to a `.XCompose` sharing project
Diffstat (limited to 'install')
-rwxr-xr-xinstall18
1 files changed, 5 insertions, 13 deletions
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 <kragen@canonical.org>
EOF
exit 1
fi
-ln -s "$(pwd)/dotispell_american" ~/.ispell_american
+ln -s "$(pwd)/dotXCompose" ~/.XCompose