summarylogtreecommitdiffstats
path: root/ttf-oswald.install
diff options
context:
space:
mode:
authorTyler Swagar2017-02-13 16:36:45 -0800
committerTyler Swagar2017-02-13 16:36:45 -0800
commit563130b8fe6538d51a886c0554bac3ceaa3e6561 (patch)
tree89efcd5dc1f08436c2971b8796b81282a2cb1653 /ttf-oswald.install
parent579f33964ad04f9cf4b7264134dac81043a91ef8 (diff)
downloadaur-563130b8fe6538d51a886c0554bac3ceaa3e6561.tar.gz
Remove .install and update to 4.001
Diffstat (limited to 'ttf-oswald.install')
-rw-r--r--ttf-oswald.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/ttf-oswald.install b/ttf-oswald.install
deleted file mode 100644
index 43e14fbd0cff..000000000000
--- a/ttf-oswald.install
+++ /dev/null
@@ -1,15 +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
-}
-
-post_remove() {
- post_install
-}