summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2016-05-19 16:02:18 +0200
committerHyacinthe Cartiaux2016-05-19 16:03:52 +0200
commit9b5ac9dd0c2aaa0c028ca86eb44a59d0d4379aac (patch)
tree9a5ad5d7f62f8aace1c574847894e20f6e0eae3e
parent31ce1d25984675f97b380b856accdd7334816fcb (diff)
downloadaur-9b5ac9dd0c2aaa0c028ca86eb44a59d0d4379aac.tar.gz
Remove the install script (deprecated)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--psi-git.install13
3 files changed, 1 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccb5251564b4..e9aece082597 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu May 19 13:46:53 UTC 2016
+# Thu May 19 14:01:43 UTC 2016
pkgbase = psi-git
pkgdesc = A jabber client. GIT version
pkgver = 0.16_dev_20160519
pkgrel = 1
url = http://psi-im.org/
- install = psi-git.install
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index ca1576b3b2da..78122d65c37a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ depends=('qca-qt5' 'qt5-x11extras' 'aspell' 'libxss' 'minizip' 'desktop-file-uti
makedepends=('git' 'qconf-git')
replaces=('psi' 'psi-qt5-git')
conflicts=('psi' 'psi-qt5-git')
-install=psi-git.install
source=('git+https://github.com/psi-im/psi.git'
'configure.diff')
md5sums=('SKIP'
diff --git a/psi-git.install b/psi-git.install
deleted file mode 100644
index 856615fd537e..000000000000
--- a/psi-git.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-mime-database usr/share/mime &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}