From dc63bee41ced9c6b048e6ce80843ad772f3332d8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Oct 2011 15:58:01 +0200 Subject: [PATCH] Remove sysvinit. Void doesn't need it anymore! bon voyage. --- srcpkgs/sysvinit/template | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 srcpkgs/sysvinit/template diff --git a/srcpkgs/sysvinit/template b/srcpkgs/sysvinit/template deleted file mode 100644 index b2c47a735c..0000000000 --- a/srcpkgs/sysvinit/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'sysvinit' -pkgname=sysvinit -version=2.88 -revision=2 -wrksrc="${pkgname}-${version}dsf" -distfiles="http://download.savannah.gnu.org/releases/$pkgname/${pkgname}-${version}dsf.tar.bz2" -build_style=gnu_makefile -make_install_args="ROOT=${XBPS_DESTDIR}/${pkgname}-${version}" -short_desc="Linux System V Init" -maintainer="Juan RP " -checksum=60bbc8c1e1792056e23761d22960b30bb13eccc2cabff8c7310a01f4d5df1519 -long_desc=" - System V style init programs for booting a GNU/Linux system." - -Add_dependency run glibc -Add_dependency full shadow -Add_dependency full util-linux -Add_dependency full coreutils -Add_dependency full gawk - -post_install() -{ - # Remove unneeded stuff - rm -rf ${DESTDIR}/usr/include - # wall(1) comes from util-linux. - rm -f ${DESTDIR}/usr/bin/wall - rm -f ${DESTDIR}/usr/share/man/man1/wall.1 - # mountpoint(1) comes from util-linux. - rm -f ${DESTDIR}/bin/mountpoint - rm -f ${DESTDIR}/usr/share/man/man1/mountpoint.1 -}