summarylogtreecommitdiffstats
path: root/ttf.install
diff options
context:
space:
mode:
authorluxcem2020-09-23 11:55:01 +0200
committerluxcem2020-09-23 11:58:34 +0200
commitc2a734386751352a9dbf534c0101677e94b61b95 (patch)
tree4007aec4f0be8f9bbfbaeca3408d45fc84acf7ad /ttf.install
parentfd0353334ddf4fd7667b01dccc012e5a49a3eaee (diff)
downloadaur-ttf-mona.tar.gz
Update package to latest font packaging guidelines.
Diffstat (limited to 'ttf.install')
-rwxr-xr-xttf.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/ttf.install b/ttf.install
deleted file mode 100755
index 4f5212ef22ba..000000000000
--- a/ttf.install
+++ /dev/null
@@ -1,20 +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
-}
-
-op=$1
-shift
-
-$op $*