[Debian-eeepc-commits] [SCM] A live-helper based Debian live & installer image for the Eee PC. branch, master, updated. 1.0b1-55-ga0f6eff

Darren Salt linux at youmustbejoking.demon.co.uk
Mon Dec 28 00:29:21 UTC 2009


The following commit has been merged in the master branch:
commit a0f6effb3f342ef5cdadbd188a0915a0643522e9
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Mon Dec 28 00:28:33 2009 +0000

    Remove empty directories in /lib/modules/$KERNEL/kernel.

diff --git a/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh b/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
index c687bad..0fbc0db 100755
--- a/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
+++ b/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
@@ -62,3 +62,4 @@ find \
 	-not -name \*-hda-\* \
 	-not -name \*usb\* \
 	-delete
+find -type d | sort -r | xargs rmdir --ignore-fail-on-non-empty

-- 
A live-helper based Debian live & installer image for the Eee PC.



More information about the Debian-eeepc-commits mailing list