Date: Tuesday, May 3, 2016 @ 23:09:22 Author: bisson Revision: 266828
remove deprecated install file Modified: fontforge/trunk/PKGBUILD Deleted: fontforge/trunk/install ----------+ PKGBUILD | 4 +--- install | 12 ------------ 2 files changed, 1 insertion(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-03 21:07:45 UTC (rev 266827) +++ PKGBUILD 2016-05-03 21:09:22 UTC (rev 266828) @@ -5,7 +5,7 @@ pkgname=fontforge pkgver=20150824 -pkgrel=1 +pkgrel=2 pkgdesc='Outline and bitmap font editor' url='http://fontforge.github.io/' arch=('i686' 'x86_64') @@ -21,8 +21,6 @@ 'efbc7c9d3e95159f5600dc71f9cccb370e46bb94' '8003bc30a56aee7378ac1d74639d2678a823d952') -install=install - prepare() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i ../python35.patch Deleted: install =================================================================== --- install 2016-05-03 21:07:45 UTC (rev 266827) +++ install 2016-05-03 21:09:22 UTC (rev 266828) @@ -1,12 +0,0 @@ -post_upgrade() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_install() { - post_upgrade -} - -post_remove() { - post_upgrade -}
