summarylogtreecommitdiffstats
path: root/ttf-inconsolata-hellenic.install
diff options
context:
space:
mode:
authornous2023-05-16 12:55:08 +0300
committernous2023-05-16 12:55:08 +0300
commitf07b2971b9a95ffc18e4a8b99432e131d535bf64 (patch)
tree094526a74115cb3d1dc7daff4bbd342239e55883 /ttf-inconsolata-hellenic.install
parentfc0eae809fd0a9330308a546f2a6ab9adb819232 (diff)
downloadaur-ttf-inconsolata-hellenic.tar.gz
Remove deps and .install
Diffstat (limited to 'ttf-inconsolata-hellenic.install')
-rw-r--r--ttf-inconsolata-hellenic.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/ttf-inconsolata-hellenic.install b/ttf-inconsolata-hellenic.install
deleted file mode 100644
index 43e14fbd0cff..000000000000
--- a/ttf-inconsolata-hellenic.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
-}