]> spindle.queued.net Git - xodist/blobdiff - configs/debxo-awesome/hooks
debxo: no longer make /ofw directory
[xodist] / configs / debxo-awesome / hooks
index 563fe7d6684bca1aa0119e846bfd2e48df15efc0..3d8ed1a8f555ae090007fd279c86218cf03fcdd6 100644 (file)
@@ -23,8 +23,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
        
@@ -88,11 +86,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 nodm
        F=${ROOT_DIR}/etc/default/nodm
        if [ -f ${F} ]; then