summarylogtreecommitdiffstats
path: root/office-code-pro.install
diff options
context:
space:
mode:
Diffstat (limited to 'office-code-pro.install')
-rw-r--r--office-code-pro.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/office-code-pro.install b/office-code-pro.install
deleted file mode 100644
index 79c6030606fa..000000000000
--- a/office-code-pro.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- echo Updating font cache...
- fc-cache >/dev/null -f
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}