summarylogtreecommitdiffstats
path: root/ttf-league-gothic.install
diff options
context:
space:
mode:
authoreeva2016-02-15 00:48:43 +0100
committereeva2016-02-15 00:48:43 +0100
commit9cc211f2060c70e2ce9e8df40a018084292da5a2 (patch)
tree6c95216593f3a1fe33654f8cfc748b16fe954a7d /ttf-league-gothic.install
downloadaur-9cc211f2060c70e2ce9e8df40a018084292da5a2.tar.gz
Initial commit
Diffstat (limited to 'ttf-league-gothic.install')
-rw-r--r--ttf-league-gothic.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/ttf-league-gothic.install b/ttf-league-gothic.install
new file mode 100644
index 000000000000..2125904e5000
--- /dev/null
+++ b/ttf-league-gothic.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
+}