summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/udev/files/udev-stop-135-r2.sh')
-rw-r--r--sys-fs/udev/files/udev-stop-135-r2.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-fs/udev/files/udev-stop-135-r2.sh b/sys-fs/udev/files/udev-stop-135-r2.sh
deleted file mode 100644
index 15e8d3db39eb..000000000000
--- a/sys-fs/udev/files/udev-stop-135-r2.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# for function yesno
-. /lib/udev/shell-compat.sh
-
-# store device tarball
-(
- . /etc/init.d/udev-dev-tarball
- stop
-)
-
-exit 0