diff options
Diffstat (limited to 'src/xcompose.sh')
| -rwxr-xr-x | src/xcompose.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xcompose.sh b/src/xcompose.sh index 3173963..f1c53ba 100755 --- a/src/xcompose.sh +++ b/src/xcompose.sh @@ -4,5 +4,7 @@ BASEDIR=`dirname $(readlink -f $0)` cd ${BASEDIR}/../ -rm -f gen/.XCompose -cp src/xcompose/dotXCompose gen/.XCompose +diff -ur home/.XCompose src/xcompose/dotXCompose + +rm -f home/.XCompose +cp src/xcompose/dotXCompose home/.XCompose |
