summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292016-05-13 11:53:44 +0200
committerSpike292016-05-13 11:53:44 +0200
commitd6a7aa57d6ca56d787b659cf8a17675f045d3018 (patch)
tree7426e58685d57d4c18b7e362fe97f9867d7ae4cd
parent379158669cc88e722b3aaafd50b18bf53f2f4a00 (diff)
downloadaur-d6a7aa57d6ca56d787b659cf8a17675f045d3018.tar.gz
Remove .install file (replaced by pacman hooks)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--wilink.install12
3 files changed, 4 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ec61df7286b..1eb20811f8ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Fri May 13 09:53:14 UTC 2016
pkgbase = wilink
pkgdesc = Instant messaging client and SIP softphone for Wifirst customers
pkgver = 2.4.906
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jlaine/wilink
- install = wilink.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 2550c5d96974..b3a434144d84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname='wilink'
pkgver='2.4.906'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Instant messaging client and SIP softphone for Wifirst customers'
arch=('i686' 'x86_64')
url='https://github.com/jlaine/wilink'
license=('GPL3')
depends=('libxss' 'qxmpp' 'qt5-multimedia' 'qt5-x11extras' 'qt5-quickcontrols' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-install="$pkgname.install"
source=("https://github.com/jlaine/${pkgname}/archive/v${pkgver}.tar.gz")
sha1sums=('60f912e2ae958e6b7e809a57e08d4a3a57d36ed6')
diff --git a/wilink.install b/wilink.install
deleted file mode 100644
index bce670aff4af..000000000000
--- a/wilink.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}