aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/install.sh
blob: 12196c803bf443116371166ab8bea14ef8837c07 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if ! command -v "notmuch" >/dev/null; then
	printf "%s: notmuch not found, skipping...\n" "$0"
	exit 0
fi

printf "%s: Installing service\n" "$0"

systemctl --user enable --now --no-block notmuch.service