summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Reichold2016-11-02 12:36:42 +0100
committerAdam Reichold2016-11-02 12:36:42 +0100
commite3fa74ea549e4e89064a493f40560fbd42f77a58 (patch)
tree9227cde5c9dcd76c7000e8dc82cc76920f0f8e1f
parent2a10d79c01ea5a2d3bd80eb2129659c48655d860 (diff)
downloadaur-e3fa74ea549e4e89064a493f40560fbd42f77a58.tar.gz
Update package to remove post-install script as its tasks are performed by file-triggered ALPM hooks automatically.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--qpdfview.install13
3 files changed, 3 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5334ada69efc..fa97f06ad930 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri May 6 12:47:15 UTC 2016
+# Wed Nov 2 11:35:11 UTC 2016
pkgbase = qpdfview-bzr
pkgdesc = A tabbed PDF viewer using the poppler library. (development version)
- pkgver = 2001
+ pkgver = 2017
pkgrel = 1
url = https://launchpad.net/qpdfview
- install = qpdfview.install
arch = i686
arch = x86_64
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 603c1bddf46b..1fa9f0bce82a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=qpdfview-bzr
-pkgver=2001
+pkgver=2017
pkgrel=1
pkgdesc='A tabbed PDF viewer using the poppler library. (development version)'
arch=('i686' 'x86_64' 'armv7h')
@@ -16,7 +16,6 @@ optdepends=('texlive-bin: for shared SyncTeX parser library (required at build t
'libmupdf: for PDF support (required at build time)')
makedepends=('bzr' 'qt5-tools')
conflicts=('qpdfview')
-install='qpdfview.install'
source=('qpdfview::bzr+http://bazaar.launchpad.net/~adamreichold/qpdfview/trunk/')
md5sums=('SKIP')
diff --git a/qpdfview.install b/qpdfview.install
deleted file mode 100644
index e323b08b1c73..000000000000
--- a/qpdfview.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &>/dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-