Apply "Use ScrolledWindow instead of VScrollbar..." to new gui model
[wifi-radar.git] / debian / postrm
blobbd9558fb8c3c0d460291df93ae4129736133e377
1 #!/bin/bash
4 case "${1}" in
5 ("purge")
6 rm /etc/wifi-radar.conf
7 ;;
8 (*)
9 ;;
10 esac
11 #DEBHELPER#