summarylogtreecommitdiffstats
path: root/ttf-linden-hill.install
diff options
context:
space:
mode:
Diffstat (limited to 'ttf-linden-hill.install')
-rw-r--r--ttf-linden-hill.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/ttf-linden-hill.install b/ttf-linden-hill.install
deleted file mode 100644
index 2125904e5000..000000000000
--- a/ttf-linden-hill.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s > /dev/null
- echo "done."
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}