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