From 0fcb17ca339980090b16410fa0d9a21e14857e5f Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 26 Sep 2018 22:14:57 +0200 Subject: remove parts of gen dir --- src/xcompose.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/xcompose.sh') 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 -- cgit v1.2.3