default_install &&
if ( is_depends_enabled $SPELL hal ); then
  mkdir -p $INSTALL_ROOT/usr/share/hal/fdi/policy/20thirdparty &&
  install -m 0644 ${SOURCE_DIRECTORY}/conf/11-x11-synaptics.fdi \
                  ${INSTALL_ROOT}/usr/share/hal/fdi/policy/20thirdparty/ &&
  message "${PROBLEM_COLOR}the policyfile is in ${INSTALL_ROOT}/usr/share/hal/fdi/policy/20thirdparty/" &&
  message "copy it to ${INSTALL_ROOT}/etc/hal/fdi/policy/ to use it${DEFAULT_COLOR}"
fi
