c03704
if !!$LOADED_FEATURES.detect { |f| f =~ /abrt\.rb/ }
c03704
  exit true
c03704
else
c03704
  puts 'ERROR: ABRT hook was not loaded.'
c03704
c03704
  exit false
c03704
end