]> git.pld-linux.org Git - packages/AfterStep.git/commitdiff
- wmconfig outputdir changed to start/Applications
authoradgor <adgor@pld-linux.org>
Mon, 1 Dec 2003 20:34:02 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Copy astep specific menu files to user manu dir

Changed files:
    AfterStep.RunWM -> 1.3

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.182273 seconds and 4 git commands to generate.