blob: 4c377ad22309c8a8049a61b9889e83ed350b609a (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo ""
echo "You can optionally enable the systemd service with:"
echo "# systemctl enable linux-enable-ir-emitter --now"
echo ""
echo "This service automatically executes linux-enable-ir-emitter run"
echo "when system is boot, or after waking up from a suspension or hibernation"
echo ""
}
|