summarylogtreecommitdiffstats
path: root/ttf-sniglet.install
diff options
context:
space:
mode:
authoreeva2016-02-15 01:58:20 +0100
committereeva2016-02-15 01:58:20 +0100
commit72e6812c8ab07e40c7a1b49918b83d8d5c23398a (patch)
tree0b0f00499de4dd3bff0cfc1d5f97fa302e3d4f8c /ttf-sniglet.install
parent2d013250160e4f3a25435098c5af1ad0838c57c1 (diff)
downloadaur-72e6812c8ab07e40c7a1b49918b83d8d5c23398a.tar.gz
Initial commit
Diffstat (limited to 'ttf-sniglet.install')
-rw-r--r--ttf-sniglet.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/ttf-sniglet.install b/ttf-sniglet.install
new file mode 100644
index 000000000000..2125904e5000
--- /dev/null
+++ b/ttf-sniglet.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
+}