6 lines
200 B
Bash
Executable file
6 lines
200 B
Bash
Executable file
#!/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/
|
|
|