summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Hamel2016-08-22 22:07:24 +0200
committerGilles Hamel2016-08-22 22:07:24 +0200
commitea859627586b52207b583be8c479dd12306a8392 (patch)
tree94ec93a8de2c5b186f643f1eefff040096402b7b
parentd6fc58ffe1fdbc7aba93d88a08b56662d08ec585 (diff)
downloadaur-ea859627586b52207b583be8c479dd12306a8392.tar.gz
install file removed, everything it does is now automatically handled with pacman hooks.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--weboob.install12
3 files changed, 3 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4363a39e4b90..5595a15d42f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Feb 16 21:41:44 UTC 2016
+# Mon Aug 22 20:05:12 UTC 2016
pkgbase = weboob
pkgdesc = Web Out Of Browsers provides several applications to interact with a lot of websites.
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = http://weboob.org/
- install = weboob.install
arch = any
license = GPL
makedepends = python2-distribute
diff --git a/PKGBUILD b/PKGBUILD
index e2e1d59f748b..239e731381d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
Maintainer='Gilles Hamel <hamelg@laposte.net>'
pkgname=weboob
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Web Out Of Browsers provides several applications to interact with a lot of websites."
arch=('any')
url="http://weboob.org/"
@@ -19,7 +19,6 @@ optdepends=('gnupg: check for repository authenticity'
'python2-pillow: PIL replacement'
'python2-termcolor: color formatting'
'python2-nose: test suite')
-install="$pkgname.install"
source=("http://symlink.me/attachments/download/324/$pkgname-$pkgver.tar.gz")
md5sums=('d0e0c8560c6f7eb79c309912ee1e2d13')
diff --git a/weboob.install b/weboob.install
deleted file mode 100644
index 8c0bcc270ed3..000000000000
--- a/weboob.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}