small refactor

This commit is contained in:
2023-10-29 00:17:28 +02:00
parent dbafa1dde0
commit fe80b5ba14
3 changed files with 28 additions and 30 deletions

View File

@ -1,10 +0,0 @@
install:
@echo "==> Installing update into /usr/local/bin"
@sudo install -Dm755 update /usr/local/bin/update
@cp update.conf ${HOME}/.config/
@echo "==> Finished."
uninstall:
@echo "==> Uninstalling update from /usr/local/bin"
@sudo rm /usr/local/bin/update ${HOME}/.config/update.conf
@echo "==> Finished."