aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dunst/install.sh
blob: 9eb6a20e8c7fc1cefe256eeed021b36101e05922 (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: $pkgname not found, skipping...\n" "$0"
	exit 0
fi

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

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