diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-31 07:36:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-31 08:20:58 +0200 |
commit | 0887662217612bfc4c265c8c13bce4873101ac68 (patch) | |
tree | b1105a9e9c80ff2dbdb72f98bed798c21abc4fac /app-eselect/eselect-sh/files | |
parent | dev-python/pretty-yaml: Remove old (diff) | |
download | gentoo-0887662217612bfc4c265c8c13bce4873101ac68.tar.gz gentoo-0887662217612bfc4c265c8c13bce4873101ac68.tar.bz2 gentoo-0887662217612bfc4c265c8c13bce4873101ac68.zip |
app-eselect/eselect-sh: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-sh/files')
-rw-r--r-- | app-eselect/eselect-sh/files/sh.eselect-0.4-r2 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-eselect/eselect-sh/files/sh.eselect-0.4-r2 b/app-eselect/eselect-sh/files/sh.eselect-0.4-r2 deleted file mode 100644 index 7e7ae94de2da..000000000000 --- a/app-eselect/eselect-sh/files/sh.eselect-0.4-r2 +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Manage /bin/sh (POSIX shell) implementations" -MAINTAINER="mgorny@gentoo.org" -VERSION="0.4" - -SYMLINK_PATH=/bin/sh -SYMLINK_TARGETS=( bash dash posh mksh ) -SYMLINK_DESCRIPTION='POSIX shell' -SYMLINK_CRUCIAL=1 - -inherit bin-symlink |