added .directfbrc
authorhackbard <hackbard>
Sat, 1 Feb 2003 21:08:20 +0000 (21:08 +0000)
committerhackbard <hackbard>
Sat, 1 Feb 2003 21:08:20 +0000 (21:08 +0000)
backup.sh

index 998f36b..256b1d9 100755 (executable)
--- 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