diff options
author | Joerg Schirottke <master@kanotix.com> | 2013-01-24 13:19:00 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-05 00:19:56 +0100 |
commit | e773cc08805c6e4081212ccc6a7c7123644833ac (patch) | |
tree | 8ec983fc97a427dd7a747d032448baf9fbedfba8 /config/chroot_local-hooks | |
parent | 330bb5be1e4b0733c365a61ca762570fcb885084 (diff) | |
download | kanotix-e773cc08805c6e4081212ccc6a7c7123644833ac.zip kanotix-e773cc08805c6e4081212ccc6a7c7123644833ac.tar.gz |
more generic remove-xinit hook
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/remove-xinit | 2 |
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 || : |