.POSIX: include ../common.mk install: if test -L ~/.config/backgrounds; then \ test "$$(readlink -- ~/.config/backgrounds)" = ~/.dotfiles/.secrets/backgrounds; \ else \ test ! -e ~/.config/backgrounds && \ ln -sf -- ~/.dotfiles/.secrets/backgrounds ~/.config/backgrounds; \ fi mkdir -p -- ../.secrets/backgrounds uninstall: -unlink -- ~/.config/backgrounds .PHONY: install uninstall