Date: Thursday, May 5, 2016 @ 11:44:28 Author: bisson Revision: 173822
remove deprecated install file Modified: scribus/trunk/PKGBUILD Deleted: scribus/trunk/install ----------+ PKGBUILD | 4 +--- install | 11 ----------- 2 files changed, 1 insertion(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-05 09:43:03 UTC (rev 173821) +++ PKGBUILD 2016-05-05 09:44:28 UTC (rev 173822) @@ -7,7 +7,7 @@ pkgname=scribus pkgver=1.4.6 -pkgrel=1 +pkgrel=2 pkgdesc='Desktop publishing software' url='http://www.scribus.net/' license=('GPL') @@ -21,8 +21,6 @@ source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}) sha1sums=('f04a2eecfb531af4beb99645f85165be161b00a3' 'SKIP') -install=install - prepare() { cd "${srcdir}/${pkgname}-${pkgver}" sed \ Deleted: install =================================================================== --- install 2016-05-05 09:43:03 UTC (rev 173821) +++ install 2016-05-05 09:44:28 UTC (rev 173822) @@ -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 -}
