[crash-reporter] drop unused crontab fragment

The ebuild no longer installs this, so punt it.

BUG=chromium-os:25750
TEST=`emerge crash-reporter` still works

Change-Id: I94416b44ee87cc282a80128f5a3b2f190a191184
Reviewed-on: https://gerrit.chromium.org/gerrit/15402
Reviewed-by: Scott James Remnant <keybuk@chromium.org>
Reviewed-by: Ben Chan <benchan@chromium.org>
Commit-Ready: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
Mike Frysinger 2012-02-06 16:47:56 -05:00 committed by Gerrit
parent 91ad60a7fc
commit 4b37d0ed65

View file

@ -1,11 +0,0 @@
#!/bin/sh
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -e
# Background the sender so it can trickle out crash dumps. It will
# exit early if already running.
/sbin/crash_sender 2>&1 &