]> spindle.queued.net Git - xodist/blobdiff - configs/debxo-lxde/hooks
debxo: drop vestigial custom kernel packages
[xodist] / configs / debxo-lxde / hooks
index 9d5d4189c2c38020f1dca3eb3ddb6f795b28f8eb..b99fbb3502ab931b0cf73282adcb3fd3383b1505 100644 (file)
@@ -59,8 +59,7 @@ ubi mtd=root
 EOF
 
        # install some custom packages that aren't on mirrors.  ugly hack!
-       k="http://lunge.mit.edu/~dilinger/debxo-0.2/ofw-config_0.1_all.deb 
- http://lunge.mit.edu/~dilinger/debxo-0.6/linux-image-2.6.37-rc1+_2.6.37-rc1+-47_i386.deb"
+       k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb"
        mkdir -p cache
        for i in $k; do
                pkg=$(basename ${i})
@@ -85,13 +84,6 @@ Section "Screen"
 EndSection
 EOF
 
-       # configure default lxpanel size (it's awfully small otherwise)
-       F=${ROOT_DIR}/usr/share/lxpanel/profile/default/panels/panel
-       if [ -f ${F} ]; then
-               sed --in-place "s/height=26/height=40/" ${F}
-               sed --in-place "s/^}$/    iconsize=40\n}/" ${F}
-       fi
-
        # configure nodm
        F=${ROOT_DIR}/etc/default/nodm
        if [ -f ${F} ]; then