community/scribus to 1.4.6-2

This commit is contained in:
Kevin Mihelich 2016-05-05 12:14:19 +00:00
parent 0dd3bc29ee
commit 0e8eb1d448
2 changed files with 1 additions and 14 deletions

View file

@ -10,7 +10,7 @@
pkgname=scribus
pkgver=1.4.6
pkgrel=1
pkgrel=2
pkgdesc='Desktop publishing software'
url="http://www.scribus.net/"
license=('GPL')
@ -27,8 +27,6 @@ sha1sums=('f04a2eecfb531af4beb99645f85165be161b00a3'
'3a7b787f1b998d6af05d2f920dcecdc0b215cc26')
options=('!libtool')
install=install
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i "${srcdir}"/arm.patch

View file

@ -1,11 +0,0 @@
post_install() {
update-mime-database usr/share/mime &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}