]> spindle.queued.net Git - xodist/blobdiff - configs/debxo-gnome/hooks
debxo: no longer make /ofw directory
[xodist] / configs / debxo-gnome / hooks
index 441337a59fd04ede69bd738fea23b2051760f391..4c1b4bb417693795ee7e90bf456cbff92b0251b5 100644 (file)
@@ -24,8 +24,6 @@ customize_chroot_hook()
        # has been installed (but prior to custom package installation) should be
        # put here.  $ROOT_DIR should be prefixed to any paths.
        
-       mkdir ${ROOT_DIR}/ofw
-
        # OFW needs this to boot w/ partitions
        ln -s . ${ROOT_DIR}/boot/boot
        
@@ -89,11 +87,6 @@ EOF
        # No longer a need for xorg.conf
        rm -f ${ROOT_DIR}/etc/X11/xorg.conf
 
-       # key bindings/mappings
-       if [ -d ${ROOT_DIR}/usr/share/hal/fdi/information/10freedesktop/ ]; then
-               cp 30-keymap-olpc.fdi ${ROOT_DIR}/usr/share/hal/fdi/information/10freedesktop/
-       fi
-
        # configure gnome
        if [ -d ${ROOT_DIR}/etc/gconf/2 ]; then
                cat >${ROOT_DIR}/etc/gconf/2/local-defaults.path<<EOF