wok-4.x rev 8950
Fixed lxlauncher to not need any soft links. Even though we don't add stuff/background.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 01 17:36:39 2011 +0000 (2011-03-01) |
parents | f09b3af74c7c |
children | a8d5c1b8f656 |
files | lxlauncher/receipt lxlauncher/stuff/background/accessibility_internet_wallpaper.jpg lxlauncher/stuff/background/accessibility_learn_wallpaper.jpg lxlauncher/stuff/background/accessibility_play_wallpaper.jpg lxlauncher/stuff/background/accessibility_settings_wallpaper.jpg lxlauncher/stuff/background/accessibility_work_wallpaper.jpg |
line diff
1.1 --- a/lxlauncher/receipt Tue Mar 01 16:55:18 2011 +0000 1.2 +++ b/lxlauncher/receipt Tue Mar 01 17:36:39 2011 +0000 1.3 @@ -35,7 +35,11 @@ 1.4 mkdir -p $fs/usr/share/lxlauncher 1.5 cp -a $_pkg/usr/bin $fs/usr 1.6 # SliTaz home make config files 1.7 - cp stuff/gtkrc $fs/usr/share/lxlauncher 1.8 - #cp -a stuff/background $fs/usr/share/lxlauncher 1.9 + cp $stuff/gtkrc $fs/usr/share/lxlauncher 1.10 + #cp -a $stuff/background $fs/usr/share/lxlauncher 1.11 + #background="internet learn play settings work" 1.12 + #for i in $background; do 1.13 + # ln -sf slitaz.jpg $fs/usr/share/lxlauncher/background/accessibility_${i}_wallpaper.jpg 1.14 + #done 1.15 chown -R root.root $fs 1.16 }
2.1 --- a/lxlauncher/stuff/background/accessibility_internet_wallpaper.jpg Tue Mar 01 16:55:18 2011 +0000 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,1 +0,0 @@ 2.4 -slitaz.jpg 2.5 \ No newline at end of file
3.1 --- a/lxlauncher/stuff/background/accessibility_learn_wallpaper.jpg Tue Mar 01 16:55:18 2011 +0000 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,1 +0,0 @@ 3.4 -slitaz.jpg 3.5 \ No newline at end of file
4.1 --- a/lxlauncher/stuff/background/accessibility_play_wallpaper.jpg Tue Mar 01 16:55:18 2011 +0000 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,1 +0,0 @@ 4.4 -slitaz.jpg 4.5 \ No newline at end of file