blob: 1e12515219c06d7433a64fe6fb21a83525401770 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.POSIX:
# Unfortunely meldrc.ini contains both (for us unless) state and settings,
# therefore we are making a copy instead of a link. Otherwise running meld
# could make changes to our dotfiles.
install:
mkdir -p -- ~/.config/meld
cp -- meldrc.ini ~/.config/meld/
uninstall:
+! ../check-installed meld
+! ../check-installed meld-gtk2
-unlink -- ~/.config/meld/meldrc.ini
-rm -rf -- ~/.config/meld
|