summarylogtreecommitdiffstats
path: root/softu2f.install
blob: 6a5df59f2d01c7b53f17e109597eaee96a446f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
post_upgrade() {
	post_install
}

post_install() {
	systemctl preset softu2f.socket
	if systemctl --quiet is-enabled softu2f.socket; then
		systemctl start softu2f.socket
	fi
	echo " * You also need to start 'softu2f.service' via 'systemctl --user'."
}