From 69eddf3b30825ff1f797b58d741e8d920dc0b9f6 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 10 Apr 2012 22:54:13 -0700 Subject: [PATCH] debxo: drop vestigial custom kernel packages Whoops, custom kernel packages were being installed even though we don't use them.. Signed-off-by: Andres Salomon --- configs/debxo-awesome/hooks | 3 +-- configs/debxo-gnome/hooks | 3 +-- configs/debxo-kde/hooks | 3 +-- configs/debxo-lxde/hooks | 3 +-- configs/debxo-sugar/hooks | 3 +-- configs/debxo-xfce/hooks | 3 +-- 6 files changed, 6 insertions(+), 12 deletions(-) diff --git a/configs/debxo-awesome/hooks b/configs/debxo-awesome/hooks index b6ba67f..345ead6 100644 --- a/configs/debxo-awesome/hooks +++ b/configs/debxo-awesome/hooks @@ -59,8 +59,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.queued.net/~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}) diff --git a/configs/debxo-gnome/hooks b/configs/debxo-gnome/hooks index 17095af..91b2cfa 100644 --- a/configs/debxo-gnome/hooks +++ b/configs/debxo-gnome/hooks @@ -60,8 +60,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.queued.net/~dilinger/debxo-0.6/linux-image-2.6.37-rc4+_2.6.37-rc4+-56_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}) diff --git a/configs/debxo-kde/hooks b/configs/debxo-kde/hooks index a7b9640..6398a71 100644 --- a/configs/debxo-kde/hooks +++ b/configs/debxo-kde/hooks @@ -59,8 +59,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.queued.net/~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}) diff --git a/configs/debxo-lxde/hooks b/configs/debxo-lxde/hooks index 1b8b477..b99fbb3 100644 --- a/configs/debxo-lxde/hooks +++ b/configs/debxo-lxde/hooks @@ -59,8 +59,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.queued.net/~dilinger/debxo-0.6/linux-image-2.6.37-rc4+_2.6.37-rc4+-56_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}) diff --git a/configs/debxo-sugar/hooks b/configs/debxo-sugar/hooks index 1d02ee0..45e0eba 100644 --- a/configs/debxo-sugar/hooks +++ b/configs/debxo-sugar/hooks @@ -59,8 +59,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.queued.net/~dilinger/debxo-0.6/linux-image-2.6.37-rc4+_2.6.37-rc4+-56_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}) diff --git a/configs/debxo-xfce/hooks b/configs/debxo-xfce/hooks index 3e07b16..25cda8a 100644 --- a/configs/debxo-xfce/hooks +++ b/configs/debxo-xfce/hooks @@ -59,8 +59,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.queued.net/~dilinger/debxo-0.6/linux-image-2.6.37-rc4+_2.6.37-rc4+-56_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}) -- 2.39.2