From: hackbard Date: Sat, 1 Feb 2003 21:08:20 +0000 (+0000) Subject: added .directfbrc X-Git-Url: https://hackdaworld.org/gitweb/?p=scripts%2Fscripts.git;a=commitdiff_plain;h=68ebce64ae048c029b5a7cff48e6d8e7f4076c57 added .directfbrc --- diff --git a/backup.sh b/backup.sh index 998f36b..256b1d9 100755 --- a/backup.sh +++ b/backup.sh @@ -176,7 +176,7 @@ if [ "$host" = "hackstation" -o "$host" = "mobile" -o "$host" = "hdw" -o "$host" cp -r /home/hackbard/$i ./home/hackbard done for i in xinitrc_evil xinitrc_wm .xinitrc GNUstep .Xauthority \ - .Xdefaults .signature; do + .Xdefaults .signature .directfbrc; do [ -f /home/hackbard/$i ] && \ cp -r /home/hackbard/$i ./home/hackbard done