summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2013-01-24 13:19:00 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2013-02-05 00:19:56 +0100
commite773cc08805c6e4081212ccc6a7c7123644833ac (patch)
tree8ec983fc97a427dd7a747d032448baf9fbedfba8 /config
parent330bb5be1e4b0733c365a61ca762570fcb885084 (diff)
downloadkanotix-e773cc08805c6e4081212ccc6a7c7123644833ac.zip
kanotix-e773cc08805c6e4081212ccc6a7c7123644833ac.tar.gz
more generic remove-xinit hook
Diffstat (limited to 'config')
-rwxr-xr-xconfig/chroot_local-hooks/remove-xinit2
1 files changed, 1 insertions, 1 deletions
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 || :