summarylogtreecommitdiffstats
path: root/ttf-sorts-mill-goudy.install
diff options
context:
space:
mode:
authoreeva2016-02-15 01:40:33 +0100
committereeva2016-02-15 01:40:33 +0100
commit2d013250160e4f3a25435098c5af1ad0838c57c1 (patch)
tree8985fa56f3bce119a4606678719b74b0d8420a46 /ttf-sorts-mill-goudy.install
parent5067c5c5232e3fcb146ef8beb7e5e0f3bd9b3d06 (diff)
downloadaur-2d013250160e4f3a25435098c5af1ad0838c57c1.tar.gz
Initial commit
Diffstat (limited to 'ttf-sorts-mill-goudy.install')
-rw-r--r--ttf-sorts-mill-goudy.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/ttf-sorts-mill-goudy.install b/ttf-sorts-mill-goudy.install
deleted file mode 100644
index 2125904e5000..000000000000
--- a/ttf-sorts-mill-goudy.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
-}