logo

widrop

[mirror] WiDrop distribution, now defunct git clone https://hacktivis.me/git/mirror/widrop.git

postrm (128B)


  1. #!/bin/sh
  2. case $1 in
  3. "remove")
  4. sed -i '/# BEGIN WIDROP/,/# END WIDROP/s/\(.*\)\|\\n//' /etc/default/hostapd
  5. ;;
  6. esac
  7. exit 0