aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKragen Javier Sitaker <kragen@pobox.com>2008-12-03 23:10:09 -0300
committerKragen Javier Sitaker <kragen@pobox.com>2008-12-03 23:10:09 -0300
commit092e6d580813cd7e159c27f566cd8fa6a40e801a (patch)
treefcb1114ffe484e2ab4a8ea25d0cf50a3eaac2321 /install
downloaddotXCompose-092e6d580813cd7e159c27f566cd8fa6a40e801a.tar.gz
dotXCompose-092e6d580813cd7e159c27f566cd8fa6a40e801a.tar.bz2
dotXCompose-092e6d580813cd7e159c27f566cd8fa6a40e801a.zip
initial import
Diffstat (limited to 'install')
-rwxr-xr-xinstall9
1 files changed, 9 insertions, 0 deletions
diff --git a/install b/install
new file mode 100755
index 0000000..3e28a29
--- /dev/null
+++ b/install
@@ -0,0 +1,9 @@
+#!/bin/bash
+set -e
+if [ -f ~/.ispell_default ]; then
+ cat <<'EOF' >&2
+You already have a `~/.ispell_default`. Move it out of the way.
+EOF
+ exit 1
+fi
+ln -s "$(pwd)/dotispell_default" ~/.ispell_default