diff options
author | Daniel Baumann <daniel@debian.org> | 2010-02-21 10:36:00 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-02-21 14:16:56 +0100 |
commit | 365a757bf5995d638efbcbd17ef2c5ff4479d3d5 (patch) | |
tree | 8d0378220df3bb3242a46121d05b0ae34354942e /helpers/chroot_hooks | |
parent | 6e9125e4632e543b5f7f800a93d40f81d56083d6 (diff) | |
download | vyos-live-build-365a757bf5995d638efbcbd17ef2c5ff4479d3d5.tar.gz vyos-live-build-365a757bf5995d638efbcbd17ef2c5ff4479d3d5.zip |
Updating default desktop configuration quirks.
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 |