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