From e773cc08805c6e4081212ccc6a7c7123644833ac Mon Sep 17 00:00:00 2001
From: Joerg Schirottke <master@kanotix.com>
Date: Thu, 24 Jan 2013 13:19:00 +0100
Subject: more generic remove-xinit hook

---
 config/chroot_local-hooks/remove-xinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/chroot_local-hooks/remove-xinit b/config/chroot_local-hooks/remove-xinit
index 22e14fd..e477c02 100755
--- a/config/chroot_local-hooks/remove-xinit
+++ b/config/chroot_local-hooks/remove-xinit
@@ -3,4 +3,4 @@ _X11=false
 for x in gdm gdm3 kdm lightdm lxdm nodm slim; do
  [ -f /var/lib/dpkg/info/$x.list ] && _X11=true || :
 done
-[ "$_X11" = "true" ] && rm -vf /lib/live/config/014-xinit || :
+[ "$_X11" = "true" ] && rm -vf /lib/live/config/0*-xinit || :
-- 
cgit v1.0