summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAline Abler2023-12-28 21:08:43 +0100
committerAline Abler2023-12-28 21:13:12 +0100
commitdf31ddc545c9b973c5eb77bb3e34ed02e6b7ccd1 (patch)
tree240873f13280b90a5b9481bd134d751cac9356ec /install
parentcdda4bbba2b16ce764cf501a690fda364a658f4c (diff)
downloadaur-ttf-conkyweather.tar.gz
Update PKGBUILD and remove redundant install file
Diffstat (limited to 'install')
-rw-r--r--install13
1 files changed, 0 insertions, 13 deletions
diff --git a/install b/install
deleted file mode 100644
index 0fc2f60814bc..000000000000
--- a/install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- fc-cache -s -f > /dev/null
- mkfontscale usr/share/fonts/TTF
- mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}