aboutsummaryrefslogtreecommitdiff
path: root/install
blob: f31e98b26aeef0ba0c47c32f93747c0bc7173092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash 
set -e
if [ -f ~/.XCompose ]; then
cat <<'EOF' >&2
You already have a `~/.XCompose`.  Move it out of the way.
 
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)/dotXCompose" ~/.XCompose