summarylogtreecommitdiffstats
path: root/powerline.install
diff options
context:
space:
mode:
authorGabriel Souza Franco2017-11-01 16:04:25 +0100
committerGabriel Souza Franco2017-11-01 16:41:23 +0100
commitfdc0318266c0f6f1266de17d8924b7e723998dbd (patch)
tree4ff59a543c8addcb31539ea6def783d4123e01b5 /powerline.install
parent04e6c1625bad3a3d4108ba045c37e874764a3ae6 (diff)
downloadaur-fdc0318266c0f6f1266de17d8924b7e723998dbd.tar.gz
Install systemd service and PKGBUILD cleanup
Diffstat (limited to 'powerline.install')
-rw-r--r--powerline.install17
1 files changed, 8 insertions, 9 deletions
diff --git a/powerline.install b/powerline.install
index 2a1aa34922e8..5318cc011f0f 100644
--- a/powerline.install
+++ b/powerline.install
@@ -1,8 +1,5 @@
post_install() {
- echo "Updating font cache..."
- fc-cache -f
-
- echo "
+ cat <<EOF
IMPORTANT
=========
@@ -34,10 +31,12 @@ Tmux installation
Add the following line to your ~/.tmux.conf:
source '/usr/share/tmux/powerline.conf'
-"
-}
-post_remove() {
- echo "Updating font cache..."
- fc-cache -f
+Systemd service
+---------------
+
+An user service has been installed, enable with:
+
+ systemctl --user --now enable powerline-daemon
+EOF
}