summaryrefslogtreecommitdiff
path: root/src/xcompose.sh
blob: 317396309652b4c2cb57ab3a35afcb4c45f07192 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# goto root dir (this script resides in src)
BASEDIR=`dirname $(readlink -f $0)`
cd ${BASEDIR}/../

rm -f gen/.XCompose
cp src/xcompose/dotXCompose gen/.XCompose