aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dunst/install.sh
blob: f18d4b252895ab63e0d136f10a7043604d844372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

pkgname=dunstctl

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

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

systemctl --user enable --no-block dunst-pause.service