summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbirdflesh2017-05-10 23:28:46 +0300
committerbirdflesh2017-05-10 23:28:46 +0300
commitb8bb87d239f61a34dcae6247c7a38d1df09e1595 (patch)
tree57658ff9d75c952a810a65a6d3a064844ed88d6e
parentba83093fb7e7135736d0762cceff1c264b01719c (diff)
downloadaur-b8bb87d239f61a34dcae6247c7a38d1df09e1595.tar.gz
Really removed install script
-rw-r--r--ttf-ms-fonts.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/ttf-ms-fonts.install b/ttf-ms-fonts.install
deleted file mode 100644
index 7d26d0c2aafa..000000000000
--- a/ttf-ms-fonts.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-