summarylogtreecommitdiffstats
path: root/umtp-responder-gui.install
blob: eed7a637d21c488d8938f1e13a7fa718fd494cef (plain)
1
2
3
4
5
6
7
post_install() {
  systemctl enable alarm-usb-gadget.service
}

post_remove() {
  systemctl disable alarm-usb-gadget.service
}