summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2016-04-30 22:44:14 +0200
committerNarrat2016-04-30 22:44:14 +0200
commit1ec97db5ccf7de4fc5c96547eaaf4e7e0810d0b5 (patch)
treef491ba7aafd92bf79ae878918f70efe8513c7428
parentabb2ac1513fc6f5c910b3a0584f62337d33fea5b (diff)
downloadaur-1ec97db5ccf7de4fc5c96547eaaf4e7e0810d0b5.tar.gz
Sylpheed: Remove install file
Things are covered by hooks now
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--sylpheed-lite.install11
3 files changed, 4 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8783a07028c..ca91f1cc89ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Jan 28 18:55:11 UTC 2016
+# Sat Apr 30 20:44:15 UTC 2016
pkgbase = sylpheed-lite
pkgdesc = Lightweight in lightweight and user-friendly e-mail client
pkgver = 3.5.0
- pkgrel = 1
+ pkgrel = 2
url = http://sylpheed.sraoss.jp/en/
- install = sylpheed-lite.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 1ff5ede3ede3..b7ab23e58170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=sylpheed-lite
_pkgname=sylpheed
pkgver=3.5.0
-pkgrel=1
-pkgdesc="Lightweight in lightweight and user-friendly e-mail client "
+pkgrel=2
+pkgdesc="Lightweight in lightweight and user-friendly e-mail client"
arch=('i686' 'x86_64')
url="http://sylpheed.sraoss.jp/en/"
license=('GPL')
@@ -13,7 +13,6 @@ depends=('gpgme' 'desktop-file-utils')
makedepends=('openssl')
options=('!libtool')
conflicts=('sylpheed')
-install="$pkgname.install"
source=("http://sylpheed.sraoss.jp/$_pkgname/v${pkgver%.*}/$_pkgname-$pkgver.tar.gz"
"http://sylpheed.sraoss.jp/$_pkgname/v${pkgver%.*}/$_pkgname-$pkgver.tar.gz.asc")
validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26') # Hiroyuki Yamamoto
diff --git a/sylpheed-lite.install b/sylpheed-lite.install
deleted file mode 100644
index e111ef946053..000000000000
--- a/sylpheed-lite.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}