summarylogtreecommitdiffstats
path: root/ttf-linden-hill.install
diff options
context:
space:
mode:
authorLightDot2018-02-22 18:11:00 +0100
committerLightDot2018-02-22 18:11:00 +0100
commit014bc1cd0e9ef97bd3affa4397b1d750e5ce0f60 (patch)
treebddbdca7b8e8c60901918e988e6531d76b79c525 /ttf-linden-hill.install
parent75e07e5a176404247bc84f36c6b05aed9484bed7 (diff)
downloadaur-014bc1cd0e9ef97bd3affa4397b1d750e5ce0f60.tar.gz
PKGBUILD cleanup
Diffstat (limited to 'ttf-linden-hill.install')
-rw-r--r--ttf-linden-hill.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/ttf-linden-hill.install b/ttf-linden-hill.install
deleted file mode 100644
index 2125904e5000..000000000000
--- a/ttf-linden-hill.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s > /dev/null
- echo "done."
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}