extra/claws-mail to 3.13.2-4

This commit is contained in:
Kevin Mihelich 2016-04-27 18:11:41 +00:00
parent ebbc3b69b7
commit a623e98bb2
2 changed files with 1 additions and 18 deletions

View file

@ -6,7 +6,7 @@
pkgname=claws-mail
pkgver=3.13.2
pkgrel=3
pkgrel=4
pkgdesc="A GTK+ based e-mail client."
arch=('i686' 'x86_64')
license=('GPL3')
@ -38,7 +38,6 @@ optdepends=('python2: needed for some tools and python plugin'
replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
conflicts=('claws-mail-extra-plugins')
provides=('claws')
install=claws-mail.install
source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
sha256sums=('6a731052814b3284abeca1662d47817a86e018bc7123ab428f015f0cfab40ad1'
'SKIP')

View file

@ -1,16 +0,0 @@
post_install() {
echo "install \"html2ps\" from AUR to add support for printing html mails with fancy plugin"
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_remove() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}