From 0e8eb1d4486d39e6ce6e6c21b341f5baa1e5f861 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 5 May 2016 12:14:19 +0000 Subject: [PATCH] community/scribus to 1.4.6-2 --- community/scribus/PKGBUILD | 4 +--- community/scribus/install | 11 ----------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 community/scribus/install diff --git a/community/scribus/PKGBUILD b/community/scribus/PKGBUILD index 1d257884a..9a77cf368 100644 --- a/community/scribus/PKGBUILD +++ b/community/scribus/PKGBUILD @@ -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 diff --git a/community/scribus/install b/community/scribus/install deleted file mode 100644 index 8040f715b..000000000 --- a/community/scribus/install +++ /dev/null @@ -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 -}