summaryrefslogtreecommitdiff
path: root/pcr/ttf-open-comic-font/ttf-open-comic-font.install
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-07-12 04:06:15 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-07-12 07:15:22 -0400
commitc9afa73307a49f9791da084965179afe253c4508 (patch)
treec206b84294da6d66b3d2efbd4ed426fff98d6b81 /pcr/ttf-open-comic-font/ttf-open-comic-font.install
parentc6084be870c329a909068e682f16d8c4db053108 (diff)
downloadabslibre-c9afa73307a49f9791da084965179afe253c4508.tar.gz
abslibre-c9afa73307a49f9791da084965179afe253c4508.tar.bz2
abslibre-c9afa73307a49f9791da084965179afe253c4508.zip
[ttf-free-comic-font->ttf-open-comic-font]: rebulid
the upstream name is 'open-comic-font' the FSDG does not require software names to be changed
Diffstat (limited to 'pcr/ttf-open-comic-font/ttf-open-comic-font.install')
-rw-r--r--pcr/ttf-open-comic-font/ttf-open-comic-font.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/ttf-open-comic-font/ttf-open-comic-font.install b/pcr/ttf-open-comic-font/ttf-open-comic-font.install
new file mode 100644
index 000000000..08c4cb60b
--- /dev/null
+++ b/pcr/ttf-open-comic-font/ttf-open-comic-font.install
@@ -0,0 +1,10 @@
+post_install()
+{
+ fc-cache -s &> /dev/null
+ mkfontscale usr/share/fonts/TTF
+ mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() { post_install ; }
+
+pret_remove() { post_install ; }