summarylogtreecommitdiffstats
path: root/otf-gfs-majuscule.install
diff options
context:
space:
mode:
Diffstat (limited to 'otf-gfs-majuscule.install')
-rw-r--r--otf-gfs-majuscule.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/otf-gfs-majuscule.install b/otf-gfs-majuscule.install
deleted file mode 100644
index 4b77955a6a4f..000000000000
--- a/otf-gfs-majuscule.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install()
-{
- echo -n "Updating font cache..."
- fc-cache -fs >/dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done"
-}
-
-post_upgrade()
-{
- post_install
-}