void-packages/srcpkgs/laptop-mode/INSTALL

15 lines
346 B
Text
Raw Normal View History

2013-01-17 23:03:15 +00:00
case $ACTION in
post)
cat <<_EOF
===========================================================================
A systemd service has been installed for ${PKGNAME}-${VERSION}:
$ systemctl enable laptop-mode.service
$ systemctl start laptop-mode.service
===========================================================================
_EOF
;;
esac