Makefile: Remove enable-mpd

This is no longer needed since we no longer use mpd.
This commit is contained in:
Donovan Glover 2022-08-01 12:26:02 -04:00
parent 8f643378dd
commit 0d5eb9e3d1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -38,10 +38,6 @@ uninstall:
prune:
@$(call ${NS_STOW_COMMAND},R)
.PHONY: enable-mpd
enable-mpd:
@systemctl --user enable --now mpd.service
.PHONY: enable-ssh-agent
enable-ssh-agent:
@systemctl --user enable --now ssh-agent.service