blob: 06911f8fa2b66efe6c406262b6e4e9bea4bfe10b (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
 | .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
 |