summarylogtreecommitdiffstats
path: root/ttf-sorts-mill-goudy.install
diff options
context:
space:
mode:
authoreeva2016-02-15 01:36:10 +0100
committereeva2016-02-15 01:36:10 +0100
commit5067c5c5232e3fcb146ef8beb7e5e0f3bd9b3d06 (patch)
treea49ccb3dd2910bca6f35e287cc6fbf5d4c442346 /ttf-sorts-mill-goudy.install
parentd115b4f549757c8207bdd59b0e1b1419971281d1 (diff)
downloadaur-5067c5c5232e3fcb146ef8beb7e5e0f3bd9b3d06.tar.gz
Initial commit
Diffstat (limited to 'ttf-sorts-mill-goudy.install')
-rw-r--r--ttf-sorts-mill-goudy.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/ttf-sorts-mill-goudy.install b/ttf-sorts-mill-goudy.install
new file mode 100644
index 000000000000..2125904e5000
--- /dev/null
+++ b/ttf-sorts-mill-goudy.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo -n "Updating font cache... "
+ fc-cache -s > /dev/null
+ echo "done."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}