aboutsummaryrefslogtreecommitdiffstats
path: root/gtk3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3/Makefile')
-rw-r--r--gtk3/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/gtk3/Makefile b/gtk3/Makefile
new file mode 100644
index 0000000..750394e
--- /dev/null
+++ b/gtk3/Makefile
@@ -0,0 +1,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