summarylogtreecommitdiffstats
path: root/ttf-lobsang-monlam.install
diff options
context:
space:
mode:
Diffstat (limited to 'ttf-lobsang-monlam.install')
-rw-r--r--ttf-lobsang-monlam.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/ttf-lobsang-monlam.install b/ttf-lobsang-monlam.install
deleted file mode 100644
index 7d21ab51b596..000000000000
--- a/ttf-lobsang-monlam.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/misc
- mkfontdir /usr/share/fonts/misc
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}