.POSIX:

install:
	mkdir -p -- ~/.config/profile.d
	test ! -e ~/.config/profile.d/gtk3 || test -L ~/.config/profile.d/gtk3
	ln -sf -- ~/.dotfiles/gtk3/user-profile ~/.config/profile.d/gtk3

uninstall:
	+! ../check-installed gtk3
	-unlink -- ~/.config/profile.d/gtk3
	-rmdir -- ~/.config/profile.d