summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2016-04-29 18:48:22 +0900
committerJiachen Yang2016-04-29 18:48:22 +0900
commitcc33e9c1b165aba59f346e4c85e1cfefbe2241aa (patch)
tree253ec23543ed3068466289920e9f4217d22b1434
parentc5d4fedd722a989f4f8074caae90327f453cb2e3 (diff)
downloadaur-cc33e9c1b165aba59f346e4c85e1cfefbe2241aa.tar.gz
remove .install for hooks
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--qtox-git.install12
3 files changed, 4 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c4a17115921..e958d7a8f4cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = qtox-git
pkgdesc = Powerful Tox client written in C++/Qt that follows the Tox design guidelines.
- pkgver = 1.4.0.r14.g5045c46
- pkgrel = 2
+ pkgver = 1.4.0.r22.g899a2eb
+ pkgrel = 1
url = https://github.com/tux3/qTox
- install = qtox-git.install
arch = i686
arch = x86_64
arch = arm
diff --git a/PKGBUILD b/PKGBUILD
index 7d249f0c1396..5b16770ed39e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=qtox
pkgname=qtox-git
-pkgver=1.4.0.r14.g5045c46
-pkgrel=2
+pkgver=1.4.0.r22.g899a2eb
+pkgrel=1
pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines.'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url='https://github.com/tux3/qTox'
@@ -21,7 +21,6 @@ depends=('desktop-file-utils'
makedepends=('git' 'qt5-tools')
provides=("$_pkgname")
conflicts=("$_pkgname")
-install=$pkgname.install
source=("$_pkgname::git+https://github.com/tux3/qTox.git")
sha512sums=('SKIP')
diff --git a/qtox-git.install b/qtox-git.install
deleted file mode 100644
index fd791829a1a0..000000000000
--- a/qtox-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_upgrade
-}