Remove obsolete sord.install file

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2019-10-21 20:03:07 +02:00
parent cfacd03962
commit da70ff5f10
3 changed files with 2 additions and 15 deletions

View file

@ -1,9 +1,8 @@
pkgbase = sord-git
pkgdesc = Lightweight C library for storing RDF statements in memory (git version)
pkgver = 0.16.2.r412.9c11543
pkgrel = 1
pkgrel = 2
url = http://drobilla.net/software/sord/
install = sord.install
arch = i686
arch = x86_64
license = custom:ISC

View file

@ -3,7 +3,7 @@
_pkgname=sord
pkgname="${_pkgname}-git"
pkgver=0.16.2.r412.9c11543
pkgrel=1
pkgrel=2
pkgdesc="Lightweight C library for storing RDF statements in memory (git version)"
arch=('i686' 'x86_64')
url="http://drobilla.net/software/sord/"
@ -12,7 +12,6 @@ depends=('pcre' 'serd')
makedepends=('git' 'python')
conflicts=("${_pkgname}" "${_pkgname}-svn")
provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}")
install="${_pkgname}.install"
source=("${_pkgname}::git+https://gitlab.com/drobilla/sord.git"
'autowaf::git+https://gitlab.com/drobilla/autowaf.git')
md5sums=('SKIP' 'SKIP')

View file

@ -1,11 +0,0 @@
post_install() {
ldconfig
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}