mdw-conf: Separate out config lookups into its own script.
[profile] / setup
diff --git a/setup b/setup
index c52e700..25e9dd3 100755 (executable)
--- a/setup
+++ b/setup
@@ -68,9 +68,7 @@ fi
 echo "Installing useful scripts..."
 
 scripts="
-  lesspipe.sh start-ssh-agent svnwrap movemail-hack"
-[ "$xstuff" ] && scripts="$scripts
-  xrun"
+  lesspipe.sh start-ssh-agent svnwrap"
 for script in $scripts; do
   $echon "  $script:$echoc"
   found=
@@ -95,12 +93,11 @@ echo "      all done."
 ### Install some more complicated programs
 echo "Installing packages..."
 systems="
-  mLib:2.0.3:mLib-config
+  mlib:2.0.4:crc-mktab
   chkpath:1.1.0:tmpdir
 "
 [ "$xstuff" ] && systems="$systems
-  mgLib:1.1.0:mgLib-config
-  xtoys:1.3.0:xscsize
+  xtoys:1.4.0:xatom
 "
 for system in $systems; do
   set -- $(echo $system | tr : ' ')
@@ -181,7 +178,12 @@ echo "     all done."
 ### Install useful scripts included in this package
 scripts="
   mdw-editor
+  mdw-conf
+  movemail-hack
   emerge-hack"
+[ "$xstuff" ] && scripts="$scripts
+  xrun
+  xshutdown"
 echo "Installing scripts..."
 mkdir -p $HOME$sub/bin
 for s in $scripts; do