1. post_install() {
  2.   cat << EOF
  3. ==> You should enable the service by running:
  4.     # systemctl enable numLockOnTty
  5.  
  6.     To disable:
  7.     # systemctl disable numLockOnTty
  8. EOF
  9. }