mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
ttf-cmmon: remove .install
This commit is contained in:
parent
01e6c64531
commit
02bac7b63c
@ -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()
|
||||
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user