summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/01-remove-gnome-icon-cache.chroot
diff options
context:
space:
mode:
Diffstat (limited to 'config/chroot_local-hooks/01-remove-gnome-icon-cache.chroot')
-rwxr-xr-xconfig/chroot_local-hooks/01-remove-gnome-icon-cache.chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/01-remove-gnome-icon-cache.chroot b/config/chroot_local-hooks/01-remove-gnome-icon-cache.chroot
index 0c229d2..45190dd 100755
--- a/config/chroot_local-hooks/01-remove-gnome-icon-cache.chroot
+++ b/config/chroot_local-hooks/01-remove-gnome-icon-cache.chroot
@@ -6,7 +6,7 @@ set -e
# the hook is removed in upcoming lb-versions
# so i keep it here
-if [ -x /usr/sbin/lightdm ]; then
+if [ -x /usr/bin/lxde-logout ]; then
# only on i386
if ! [ -d /lib/x86_64-linux-gnu ]; then