summarylogtreecommitdiffstats
path: root/ttf-oxygen-gf.install
diff options
context:
space:
mode:
Diffstat (limited to 'ttf-oxygen-gf.install')
-rw-r--r--ttf-oxygen-gf.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/ttf-oxygen-gf.install b/ttf-oxygen-gf.install
deleted file mode 100644
index 23f2b8398c8e..000000000000
--- a/ttf-oxygen-gf.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- fc-cache -s
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}