mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
feat: add make uninstall script
This commit is contained in:
parent
6d13110eed
commit
09ce3ef149
3
Makefile
3
Makefile
@ -32,6 +32,9 @@ install: lidm
|
|||||||
install -m755 ./lidm /usr/bin
|
install -m755 ./lidm /usr/bin
|
||||||
install -m755 ./themes/default.ini /etc/lidm.ini
|
install -m755 ./themes/default.ini /etc/lidm.ini
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm -rf /usr/bin/lidm /etc/lidm.ini
|
||||||
|
|
||||||
install-service:
|
install-service:
|
||||||
@if command -v systemctl &> /dev/null; then \
|
@if command -v systemctl &> /dev/null; then \
|
||||||
make install-service-systemd; \
|
make install-service-systemd; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user