summarylogtreecommitdiffstats
path: root/ttf.install
diff options
context:
space:
mode:
authorneeshy2022-07-08 19:22:11 -0400
committerneeshy2022-07-08 19:30:48 -0400
commita9547dab782c6ccab84bcc3dafeeb60507b3524a (patch)
tree99056937bb8de0dca6a9119edf0e59142a2689af /ttf.install
parent2a1c31d5d35165300b8cfe96be3236d671107475 (diff)
downloadaur-a9547dab782c6ccab84bcc3dafeeb60507b3524a.tar.gz
unifont: adopt
Diffstat (limited to 'ttf.install')
-rw-r--r--ttf.install23
1 files changed, 0 insertions, 23 deletions
diff --git a/ttf.install b/ttf.install
deleted file mode 100644
index e4e77c3835d8..000000000000
--- a/ttf.install
+++ /dev/null
@@ -1,23 +0,0 @@
-_warn_11838() {
- cat <<EOM
- *** WARNING: due to cairo developers being lazy*, Unifont may display incorrectly
- *** in some applications when antialiasing is turned off by fontconfig.
- ***
- *** * see <https://bugs.freedesktop.org/show_bug.cgi?id=11838>
-EOM
-}
-
-post_install() {
- ln -fs ../conf.avail/20-unifont-noaa.conf /etc/fonts/conf.d
- ln -fs ../conf.avail/20-unifont-upper.conf /etc/fonts/conf.d
- _warn_11838
-}
-
-post_remove() {
- rm -f /etc/fonts/conf.d/20-unifont-noaa.conf
- rm -f /etc/fonts/conf.d/20-unifont-upper.conf
-}
-
-post_upgrade() {
- _warn_11838
-}