1
0
Fork 0
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
pyrocufflink-overlay/app-editors/busybox-vi/busybox-vi-0.ebuild

21 lines
372 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Installs a /usr/bin/vi symlink pointing to busybox"
SLOT="0"
KEYWORDS="amd64 x86 arm arm64"
RDEPEND="app-eselect/eselect-vi
sys-apps/busybox"
pkg_postinst() {
eselect vi update --if-unset
}
pkg_postrm() {
eselect vi update --if-unset
}