2
0

postinst 132 B

123456
  1. #!/bin/bash
  2. echo "update Systemd daemon"
  3. `systemctl daemon-reload`
  4. echo "activate kbdLed script"
  5. `systemctl enable kbdLED.service`