mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
8 lines
263 B
Text
8 lines
263 B
Text
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"
|
|
}
|
|
|