]> git.pld-linux.org Git - packages/AfterStep.git/blobdiff - AfterStep.RunWM
- proper Source0-md5
[packages/AfterStep.git] / AfterStep.RunWM
index 924e972c4eb75ac6e14230a8ca40745abb510659..6c5070a4b44e4d03aba5699d52783514b7af9d97 100644 (file)
@@ -4,8 +4,12 @@
 #
 
 if [ -x /usr/bin/afterstep ] ; then
-       mkdir -p $HOME/GNUstep/Library/AfterStep
-       wmconfig --output=afterstep --directories  2>/dev/null
+       mkdir -p $HOME/GNUstep/Library/AfterStep/start/Applications
+       cp -R /usr/share/afterstep/start/[!A]* \
+       $HOME/GNUstep/Library/AfterStep/start
+       wmconfig --output=afterstep \
+       --outputdir $HOME/GNUstep/Library/AfterStep/start/Applications \
+       --directories  2>/dev/null
        # if this works, we stop here
        eval "exec /usr/bin/afterstep"
 else
This page took 0.051033 seconds and 4 git commands to generate.