Add install.sh
This commit is contained in:
parent
7c22185c95
commit
d0d67576c3
1 changed files with 6 additions and 0 deletions
6
refresh-awesomewm-menubar/install.sh
Executable file
6
refresh-awesomewm-menubar/install.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/env sh
|
||||||
|
|
||||||
|
mkdir -p /etc/pacman.d/hooks.bin /etc/pacman.d/hooks
|
||||||
|
cp hooks/99-refresh-awesomewm-menubar.hook /etc/pacman.d/hooks/
|
||||||
|
cp hooks.bin/refresh-awesomewm-menubar.sh /etc/pacman.d/hooks.bin/
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue