diff --git a/srcpkgs/linux-user-chroot/INSTALL b/srcpkgs/linux-user-chroot/INSTALL deleted file mode 100644 index 37c9c483668..00000000000 --- a/srcpkgs/linux-user-chroot/INSTALL +++ /dev/null @@ -1,7 +0,0 @@ -case ${ACTION} in -post) - # Restrict access to users in wheel group. - chown root:wheel usr/bin/linux-user-chroot - chmod 4750 usr/bin/linux-user-chroot - ;; -esac diff --git a/srcpkgs/linux-user-chroot/template b/srcpkgs/linux-user-chroot/template deleted file mode 100644 index 59a55001338..00000000000 --- a/srcpkgs/linux-user-chroot/template +++ /dev/null @@ -1,19 +0,0 @@ -# Template file for 'linux-user-chroot' -pkgname=linux-user-chroot -version=v2013.1 -revision=1 -build_style=gnu-configure -hostmakedepends="automake libtool git" -short_desc="Setuid helper for making bind mounts and chrooting" -maintainer="Juan RP " -homepage="http://git.gnome.org/browse/linux-user-chroot/" -license="GPL-2" - -do_fetch() { - local url="git://git.gnome.org/linux-user-chroot" - msg_normal "Fetching source from $url ...\n" - git clone -b${version} ${url} ${pkgname}-${version} -} -pre_configure() { - NOCONFIGURE=1 ./autogen.sh -} diff --git a/srcpkgs/linux-user-chroot/update b/srcpkgs/linux-user-chroot/update deleted file mode 100644 index aee0aee3628..00000000000 --- a/srcpkgs/linux-user-chroot/update +++ /dev/null @@ -1 +0,0 @@ -version="${version#v*}"