summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-06-10 02:46:13 +0200
committerStefan Husmann2016-06-10 02:46:13 +0200
commit68d109f28491495562a74e1ae9838bb313b8b283 (patch)
tree14f82f99f277e5772aff049745e6c8f12ca8d9c8
parent856bd7abea89ad47ea8729d573f3a890dbaa8318 (diff)
downloadaur-68d109f28491495562a74e1ae9838bb313b8b283.tar.gz
remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--xiphos-git.install14
3 files changed, 3 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdf5329203f2..15ff030ac226 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat May 7 21:50:07 UTC 2016
+# Fri Jun 10 00:45:41 UTC 2016
pkgbase = xiphos-git
pkgdesc = A Bible study tool -- git version
pkgver = r3901
- pkgrel = 1
+ pkgrel = 2
url = http://xiphos.org
- install = xiphos-git.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index c64e5d2eaeef..20c6051e51f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=xiphos-git
pkgver=r3901
-pkgrel=1
+pkgrel=2
pkgdesc="A Bible study tool -- git version"
arch=('i686' 'x86_64')
url="http://xiphos.org"
@@ -10,7 +10,6 @@ depends=('webkitgtk' 'libgsf' 'gconf' 'sword' 'gtkhtml4' 'biblesync-git')
makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'git')
provides=('gnomesword' 'xiphos')
conflicts=('gnomesword' 'xiphos')
-install=$pkgname.install
source=(git+https://github.com/crosswire/xiphos.git)
md5sums=('SKIP')
_gitname=xiphos
diff --git a/xiphos-git.install b/xiphos-git.install
deleted file mode 100644
index f6b913347b53..000000000000
--- a/xiphos-git.install
+++ /dev/null
@@ -1,14 +0,0 @@
-pkgname=xiphos-webkit-svn
-
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- update-desktop-database -q
-}