aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWyRe2017-03-13 23:48:07 +0100
committerWyRe2017-03-13 23:48:07 +0100
commitb0b4e79273a6c2e13ab32c22dd12f8636999d25b (patch)
tree8f971497b6acb55db4e0b3fbd448662f63fe4aa2
parenteebfb50d29dc94a6861626204d94d959d088ceb7 (diff)
downloadaur-b0b4e79273a6c2e13ab32c22dd12f8636999d25b.tar.gz
Deleting old .install
-rw-r--r--minecrafter.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/minecrafter.install b/minecrafter.install
deleted file mode 100644
index 2cef1d2fc330..000000000000
--- a/minecrafter.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -fs >/dev/null
- mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1
- mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1
- echo "done"
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-