PKGBUILDs/alarm/ti-uim/ti-uim.install

9 lines
263 B
Plaintext
Raw Normal View History

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"
}