diff options
author | Michael Carlberg | 2017-05-12 17:58:44 +0200 |
---|---|---|
committer | Michael Carlberg | 2017-05-12 17:58:44 +0200 |
commit | 918ca215bb148c4d293ff0cf30b443be752d1e8d (patch) | |
tree | 3ea8bcfcb437c88e6e1facfb2e5ffc72b8998c15 | |
parent | ff019c04cc8d2eda102554f24d2c02c1518635b9 (diff) | |
download | aur-918ca215bb148c4d293ff0cf30b443be752d1e8d.tar.gz |
fix install command in post-install message
-rw-r--r-- | polybar.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polybar.install b/polybar.install index 6b954fb02106..03368ec9c8de 100644 --- a/polybar.install +++ b/polybar.install @@ -3,7 +3,7 @@ post_install() { Get started with the example configuration: - $ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar + $ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar/config $ polybar example For more information, see https://github.com/jaagr/polybar/wiki |