summarylogtreecommitdiffstats
path: root/systemd-kdemodules.install
blob: 055183f65108dba08834b205400ef33fec0b74f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
	usage
}
post_upgrade() {
	usage
}

usage() {
	echo -n "========================"
	echo -e "\nAdd to your ~/.xinitrc\n"
	echo -e "\tkcminit kcmkded"
	echo -e "\t/usr/lib/systemd/systemd --user &"
	echo -e "\nAdd to your default target\n"
	echo -e "\tWants=kcm.target"
	echo -e "\nEnable kcm modules\n"
	echo -e "\tsystemctl --user enable kcm@keyboard"
	echo ""
}