
post_upgrade() {
	/usr/bin/systemctl daemon-reload
}

post_install() {
	/usr/bin/systemctl enable keyd
	/usr/bin/systemctl start keyd
}
