summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2016-05-09 14:57:12 +0100
committerCharles Bos2016-05-09 14:57:12 +0100
commitcc5074a71a51a6a0c3f300d1d9d744ed9887a00a (patch)
treed955d2d3f0062ff3f807babd5c47ac3f78917c9a
parent0287e04c0907ce619e738f7ffdd23550e10662af (diff)
downloadaur-cc5074a71a51a6a0c3f300d1d9d744ed9887a00a.tar.gz
remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--barry.install16
3 files changed, 4 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f72f3cb1e861..b63547d2205c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Mon May 9 13:56:54 UTC 2016
pkgbase = barry
pkgdesc = Barry is an Open Source application that provides a Desktop GUI, synchronization, backup, restore and program management for BlackBerry ™ devices.
pkgver = 0.18.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.netdirect.ca/software/packages/barry
- install = barry.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 45fbbdd798f1..9a03ab70f96a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=barry
pkgver=0.18.5
-pkgrel=1
+pkgrel=2
pkgdesc="Barry is an Open Source application that provides a Desktop GUI, synchronization, backup, restore and program management for BlackBerry ™ devices."
url=('http://www.netdirect.ca/software/packages/barry')
license=('GPL')
@@ -13,7 +13,6 @@ depends=('libusb' 'zlib' 'libglademm' 'libtar' 'libxml++' 'wxgtk' 'sdl' 'libgcal
optdepends=('fuse: for mounting the BB database with bfuse'
'ppp: for tethering with pppob')
options=('!libtool')
-install=(${pkgname}.install)
source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-0.18.4/sources/debian/${pkgname}_${pkgver}.orig.tar.gz"
"${pkgname}.desktop"
"fix-sizeof-use.patch"
diff --git a/barry.install b/barry.install
deleted file mode 100644
index e7ca93e53500..000000000000
--- a/barry.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- update-desktop-database -q
-}
-
-op=$1
-shift
-
-$op $*