PKGBUILDs/alarm/ti-uim/ti-uim.install
2014-01-19 18:38:37 +01:00

9 lines
263 B
Plaintext

post_install() {
echo ">>> You need to enable the systemd service by running:"
echo ">>> systemctl enable ti-uim.service"
echo ">>> systemctl enable bluetooth.service"
echo ">>> systemctl start ti-uim.service"
echo ">>> systemctl start bluetooth.service"
}