summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/qupzilla/PKGBUILD3
-rw-r--r--libre/qupzilla/qupzilla.install12
2 files changed, 1 insertions, 14 deletions
diff --git a/libre/qupzilla/PKGBUILD b/libre/qupzilla/PKGBUILD
index ef9c64dc5..26ae77f9c 100644
--- a/libre/qupzilla/PKGBUILD
+++ b/libre/qupzilla/PKGBUILD
@@ -5,13 +5,12 @@
pkgbase=qupzilla
pkgname=(qupzilla qupzilla-qt4)
pkgver=1.8.9
-pkgrel=2.parabola1
+pkgrel=3.parabola1
arch=(i686 x86_64)
url="http://www.qupzilla.com/"
license=('GPL3')
makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 'kdelibs' 'kwallet' 'libgnome-keyring')
optdepends=('bash-completion: bash completion support')
-install="$pkgbase.install"
source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz"
'searchenginesmanager.cpp.sed'
'speeddial.cpp.sed'
diff --git a/libre/qupzilla/qupzilla.install b/libre/qupzilla/qupzilla.install
deleted file mode 100644
index 029294d67..000000000
--- a/libre/qupzilla/qupzilla.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
-}