summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Peters2023-05-29 15:10:49 -0400
committerStephan Peters2023-05-29 15:10:49 -0400
commite81848aceb7ea870b386c77389a7c70dcab9dbe5 (patch)
treee49607c40febb20f41ace7358ca69211767eb52e
parent188a58f746595de0735fa40159f9408cb07e3742 (diff)
downloadaur-e81848aceb7ea870b386c77389a7c70dcab9dbe5.tar.gz
Final
-rw-r--r--tannenberg.bold.ttfbin13160 -> 0 bytes
-rw-r--r--tannenberg.contour.ttfbin27572 -> 0 bytes
-rw-r--r--tannenberg.shadow.ttfbin24096 -> 0 bytes
-rw-r--r--ttf-tannenberg.install15
4 files changed, 0 insertions, 15 deletions
diff --git a/tannenberg.bold.ttf b/tannenberg.bold.ttf
deleted file mode 100644
index 9e7e2e09472c..000000000000
--- a/tannenberg.bold.ttf
+++ /dev/null
Binary files differ
diff --git a/tannenberg.contour.ttf b/tannenberg.contour.ttf
deleted file mode 100644
index a445017e2d50..000000000000
--- a/tannenberg.contour.ttf
+++ /dev/null
Binary files differ
diff --git a/tannenberg.shadow.ttf b/tannenberg.shadow.ttf
deleted file mode 100644
index dabd5e5a3143..000000000000
--- a/tannenberg.shadow.ttf
+++ /dev/null
Binary files differ
diff --git a/ttf-tannenberg.install b/ttf-tannenberg.install
deleted file mode 100644
index 67445cf458e1..000000000000
--- a/ttf-tannenberg.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -fs > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done"
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}