[arch-commits] Commit in ttf-baekmuk/trunk (PKGBUILD install)

2020-08-18 Thread Christian Rebischke via arch-commits
Date: Tuesday, August 18, 2020 @ 13:40:27
  Author: shibumi
Revision: 683928

upgpkg: ttf-baekmuk 2.2-13

Modified:
  ttf-baekmuk/trunk/PKGBUILD
Deleted:
  ttf-baekmuk/trunk/install

--+
 PKGBUILD |3 +--
 install  |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 13:38:10 UTC (rev 683927)
+++ PKGBUILD2020-08-18 13:40:27 UTC (rev 683928)
@@ -4,7 +4,7 @@
 
 pkgname=ttf-baekmuk
 pkgver=2.2
-pkgrel=12
+pkgrel=13
 pkgdesc='Korean fonts'
 url='https://kldp.net/baekmuk/'
 license=('custom:BSD')
@@ -11,7 +11,6 @@
 arch=('any')
 source=("https://kldp.net/baekmuk/release/865-baekmuk-ttf-${pkgver}.tar.gz;)
 sha256sums=('08ab7dffb55d5887cc942ce370f5e33b756a55fbb4eaf0b90f244070e8d51882')
-install=install
 
 package() {
cd "${srcdir}/baekmuk-ttf-${pkgver}/ttf"

Deleted: install
===
--- install 2020-08-18 13:38:10 UTC (rev 683927)
+++ install 2020-08-18 13:40:27 UTC (rev 683928)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s > /dev/null
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


[arch-commits] Commit in ttf-baekmuk/trunk (PKGBUILD install)

2015-01-04 Thread Gaetan Bisson
Date: Monday, January 5, 2015 @ 06:03:56
  Author: bisson
Revision: 228442

install file update for fc-cache

Modified:
  ttf-baekmuk/trunk/PKGBUILD
  ttf-baekmuk/trunk/install

--+
 PKGBUILD |2 +-
 install  |   10 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-05 05:03:44 UTC (rev 228441)
+++ PKGBUILD2015-01-05 05:03:56 UTC (rev 228442)
@@ -4,7 +4,7 @@
 
 pkgname=ttf-baekmuk
 pkgver=2.2
-pkgrel=8
+pkgrel=9
 pkgdesc='Korean fonts'
 url='http://kldp.net/projects/baekmuk/'
 license=('custom:BSD')

Modified: install
===
--- install 2015-01-05 05:03:44 UTC (rev 228441)
+++ install 2015-01-05 05:03:56 UTC (rev 228442)
@@ -1,13 +1,13 @@
 post_install() {
-   post_upgrade
+   fc-cache -s  /dev/null
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
 }
 
 post_upgrade() {
-   fc-cache -fs
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
+   post_install
 }
 
 post_remove() {
-   post_upgrade
+   post_install
 }