diff --git a/ttf-comme/PKGBUILD b/ttf-comme/PKGBUILD index eed155ec7..368038135 100644 --- a/ttf-comme/PKGBUILD +++ b/ttf-comme/PKGBUILD @@ -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() diff --git a/ttf-comme/ttf-comme.install b/ttf-comme/ttf-comme.install deleted file mode 100644 index dd01ec2e3..000000000 --- a/ttf-comme/ttf-comme.install +++ /dev/null @@ -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 -}