diff options
Diffstat (limited to 'alsause/Makefile')
| -rw-r--r-- | alsause/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/alsause/Makefile b/alsause/Makefile new file mode 100644 index 0000000..259333b --- /dev/null +++ b/alsause/Makefile @@ -0,0 +1,16 @@ +.POSIX: + +install: + ../check-installed-shebang dalsause + ../check-installed dmenu + ../check-in-path tr sed cut echo + mkdir -p -- ~/.local/bin + test ! -e ~/.local/bin/dalsause || test -L ~/.local/bin/dalsause + ln -sf -- ~/.dotfiles/alsause/dalsause ~/.local/bin/dalsause + +uninstall: + +! ../check-installed alsause + -unlink -- ~/.local/bin/dalsause + +clean: + @: |
