mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 03:17:15 +08:00
ttf-cmmon: remove .install
This commit is contained in:
parent
01e6c64531
commit
02bac7b63c
@ -3,7 +3,7 @@
|
|||||||
pkgname=ttf-comme
|
pkgname=ttf-comme
|
||||||
_pkgname=commeFont
|
_pkgname=commeFont
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
depends=('fontconfig' 'xorg-font-utils')
|
depends=('fontconfig' 'xorg-font-utils')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
pkgdesc="Comme is a fork from the Oxygen Font family, designed for Free desktops and UI's."
|
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')
|
license=('OFL' 'GPL')
|
||||||
url='https://github.com/vernnobile/commeFont'
|
url='https://github.com/vernnobile/commeFont'
|
||||||
source=(git+https://github.com/vernnobile/commeFont.git)
|
source=(git+https://github.com/vernnobile/commeFont.git)
|
||||||
install=$pkgname.install
|
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
package()
|
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