aboutsummaryrefslogtreecommitdiffstats
path: root/gtk3/Makefile
blob: 750394efc3ef0409a8f4c4bce7bade6707309217 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.POSIX:

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

uninstall:
	-unlink -- ~/.config/profile.d/gtk3
	-rmdir -- ~/.config/profile.d

.PHONY: install uninstall