summarylogtreecommitdiffstats
path: root/powerline-symbols.install
diff options
context:
space:
mode:
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
+}