fontforge: remove install

This commit is contained in:
Chaoting Liu 2018-07-04 20:10:03 +02:00
parent 487460d19b
commit 239c43a5cf
2 changed files with 2 additions and 15 deletions

View File

@ -2,14 +2,13 @@
pkgname=fontforge
pkgver=20170731
pkgrel=1
pkgrel=2
pkgdesc="An outline and bitmap font editor"
arch=('x86_64')
url="https://fontforge.github.io/"
license=('BSD')
depends=('libtool' 'libxkbui' 'libxi' 'pango' 'giflib' 'libtiff' 'libspiro>=0.5' 'libxml2' 'libunicodenames'
'zeromq' 'python3' 'desktop-file-utils' 'hicolor-icon-theme' )
install=${pkgname}.install
'zeromq' 'python3' 'hicolor-icon-theme')
source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz"
'https://fontforge.github.io/cidmaps.tgz')
sha256sums=('89203db05658e79418104fb6442b3feffb20762198c2d8b0343db49a07769302'

View File

@ -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
}