summarylogtreecommitdiffstats
path: root/cm-unicode.install
diff options
context:
space:
mode:
Diffstat (limited to 'cm-unicode.install')
-rw-r--r--cm-unicode.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/cm-unicode.install b/cm-unicode.install
deleted file mode 100644
index 2158e59eac20..000000000000
--- a/cm-unicode.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f >/dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}