diff options
Diffstat (limited to 'helpers/chroot_hooks')
-rwxr-xr-x | helpers/chroot_hooks | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/helpers/chroot_hooks b/helpers/chroot_hooks index 986aab593..04fe4876a 100755 --- a/helpers/chroot_hooks +++ b/helpers/chroot_hooks @@ -42,12 +42,6 @@ HOOKS="$(echo ${LH_HOOKS} ${LH_PACKAGES_LISTS} ${LH_TASKS} | sed -e 's| |\n|g' | for HOOK in ${HOOKS} do - # Special handling for kde - if [ "${HOOK}" = "kde-desktop" ] && [ -n "$(echo ${HOOKS} | grep gnome-desktop)" ] - then - continue - fi - if [ -f ${LH_BASE:-/usr/share/live-helper}/hooks/"${HOOK}" ] then # Copying hook |