summarylogtreecommitdiffstats
path: root/culmus-fancy-ttf.install
diff options
context:
space:
mode:
authorAmiad2018-07-10 13:34:41 +0300
committerAmiad2018-07-10 13:34:41 +0300
commit488f489b72e2bb0a8bfce3c9ae8c86f3fa64d816 (patch)
tree8e59e9324c7820bf72c5e063cacf1f3b6f262ebe /culmus-fancy-ttf.install
downloadaur-culmus-fancy-ttf.tar.gz
first version
Diffstat (limited to 'culmus-fancy-ttf.install')
-rw-r--r--culmus-fancy-ttf.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/culmus-fancy-ttf.install b/culmus-fancy-ttf.install
new file mode 100644
index 000000000000..ba8623d5f5a6
--- /dev/null
+++ b/culmus-fancy-ttf.install
@@ -0,0 +1,13 @@
+post_install() {
+ fc-cache -s
+ mkfontscale usr/share/fonts/TTF
+ mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}