summaryrefslogtreecommitdiff
path: root/pcr/ttf-gentium-plus/ttf-gentium-plus.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/ttf-gentium-plus/ttf-gentium-plus.install')
-rw-r--r--pcr/ttf-gentium-plus/ttf-gentium-plus.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/pcr/ttf-gentium-plus/ttf-gentium-plus.install b/pcr/ttf-gentium-plus/ttf-gentium-plus.install
deleted file mode 100644
index 7d26d0c2a..000000000
--- a/pcr/ttf-gentium-plus/ttf-gentium-plus.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-