summarylogtreecommitdiffstats
path: root/ttf-clear-sans.install
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-10-29 01:09:54 +0200
committerAdrian Perez de Castro2019-10-29 01:09:54 +0200
commit14aeaaf8b26ef1f87674980250820deb129d4634 (patch)
treed8982b0c4fc9b6acd373186c153b9365c1ea97a1 /ttf-clear-sans.install
parent84bc2b971e94c34cca88d21945c2bb6d3ff4632a (diff)
downloadaur-ttf-clear-sans.tar.gz
Remove unneeded install script, modernize .gitignore
Diffstat (limited to 'ttf-clear-sans.install')
-rw-r--r--ttf-clear-sans.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/ttf-clear-sans.install b/ttf-clear-sans.install
deleted file mode 100644
index d7f2cbc1617c..000000000000
--- a/ttf-clear-sans.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s
- mkfontscale usr/share/fonts/TTF
- mkfontdir usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}