wok diff fluxbox/stuff/fluxbox-session @ rev 19982

mosh: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 22 11:40:28 2017 +0200 (2017-06-22)
parents 96d7eeb131d6
children
line diff
     1.1 --- a/fluxbox/stuff/fluxbox-session	Mon Apr 23 15:17:56 2012 +0200
     1.2 +++ b/fluxbox/stuff/fluxbox-session	Thu Jun 22 11:40:28 2017 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  #
     1.5  # SliTaz GNU/Linux Fluxbox session script. This script let use Flux
     1.6  # like Openbox autostart and user dont have to call fluxbox into ther
     1.7 -# startup script. We also set some XDG variables. 
     1.8 +# startup script. We also set some XDG variables.
     1.9  #
    1.10  
    1.11  fluxdir="$HOME/.fluxbox"
    1.12 @@ -14,6 +14,7 @@
    1.13  
    1.14  # Make sure we have config files.
    1.15  if [ ! -x "$fluxdir/startup" ]; then
    1.16 +	mkdir -p $fluxdir
    1.17  	cp /usr/share/slitaz/fluxbox/startup $fluxdir
    1.18  	chmod +x $fluxdir/startup
    1.19  fi