summarylogtreecommitdiffstats
path: root/powerline-symbols.install
diff options
context:
space:
mode:
authorAriel Popper2015-06-12 16:32:36 -0400
committerAriel Popper2015-06-12 16:32:36 -0400
commit416a5cc4cdc7bc1cd53d79f921058a0dec460a4a (patch)
treeef64debf811d4a1d4cebf180a3e56df1d5062eeb /powerline-symbols.install
downloadaur-416a5cc4cdc7bc1cd53d79f921058a0dec460a4a.tar.gz
Initial import
Diffstat (limited to 'powerline-symbols.install')
-rw-r--r--powerline-symbols.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/powerline-symbols.install b/powerline-symbols.install
new file mode 100644
index 000000000000..95128f4b6484
--- /dev/null
+++ b/powerline-symbols.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo -n "Updating font cache..."
+ fc-cache -s
+ echo "Done."
+}
+
+post_upgrade(){
+ post_install
+}
+
+post_remove(){
+ post_install
+}