]> spindle.queued.net Git - xodist/blobdiff - configs/debxo-gnome/hooks
debxo: drop hal keymapping stuff
[xodist] / configs / debxo-gnome / hooks
index d7caf6a1e1130b335662e08e68983f30a30a228a..f53bc5de1f9ec5ad6bb8273241792991a61db92d 100644 (file)
@@ -45,9 +45,6 @@ Dir {
        };
 };
 EOF
-
-       # add archive key for lenny-backports
-       wget -O - http://backports.org/debian/archive.key | (chroot ${ROOT_DIR} apt-key add -)
 }
 
 package_configure_hook()
@@ -92,11 +89,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