M #-: Drop legacy Arch Linux build descriptors

pull/252/head
Vlastimil Holer 3 years ago
parent e463ebf28f
commit 59591e5dfb
No known key found for this signature in database
GPG Key ID: EB549BADEFD07C53

@ -1,20 +0,0 @@
# Maintainer Harvard University FAS Research Computing <rchelp.fas.harvard.edu>
pkgname=one-context
pkgver=4.14.1
pkgrel=1
pkgdesc='OpenNebula Contextualisation'
arch=('any')
url='https://github.com/OpenNebula/addon-context-linux/releases'
license=('Apache')
depends=('mkinitcpio-growrootfs')
source=("")
install=one-context.install
md5sums=('')
package() {
cd ${srcdir}
TARGET=arch OUT=${pkgdir} ./generate.sh
cp -rT ${pkgdir}/usr/sbin ${pkgdir}/usr/bin
rm -rf ${pkgdir}/usr/sbin
}

@ -1,5 +0,0 @@
post_install(){
systemctl enable one-context
rm -f /etc/systemd/network/*
}
Loading…
Cancel
Save