ttf-cmmon: remove .install

This commit is contained in:
Chaoting Liu 2018-06-23 19:49:51 +01:00
parent 01e6c64531
commit 02bac7b63c
2 changed files with 1 additions and 15 deletions

View File

@ -3,7 +3,7 @@
pkgname=ttf-comme
_pkgname=commeFont
pkgver=1.0
pkgrel=2
pkgrel=3
depends=('fontconfig' 'xorg-font-utils')
makedepends=('git')
pkgdesc="Comme is a fork from the Oxygen Font family, designed for Free desktops and UI's."
@ -11,7 +11,6 @@ arch=('x86_64')
license=('OFL' 'GPL')
url='https://github.com/vernnobile/commeFont'
source=(git+https://github.com/vernnobile/commeFont.git)
install=$pkgname.install
md5sums=('SKIP')
package()

View File

@ -1,13 +0,0 @@
post_install() {
echo -n "Updating font cache... "
fc-cache -f > /dev/null
echo "Done."
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}