summarylogtreecommitdiffstats
path: root/otf-inconsolata-lgc.install
diff options
context:
space:
mode:
Diffstat (limited to 'otf-inconsolata-lgc.install')
-rw-r--r--otf-inconsolata-lgc.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/otf-inconsolata-lgc.install b/otf-inconsolata-lgc.install
deleted file mode 100644
index 5ab355ec1e6e..000000000000
--- a/otf-inconsolata-lgc.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- echo "Updating font cache..."
- fc-cache -s
- echo "Done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-