From 68ebce64ae048c029b5a7cff48e6d8e7f4076c57 Mon Sep 17 00:00:00 2001 From: hackbard Date: Sat, 1 Feb 2003 21:08:20 +0000 Subject: [PATCH] added .directfbrc --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1