repo.or.cz
/
wifi-radar.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Apply SIGINT restoration to new module layout
[wifi-radar.git]
/
debian
/
postrm
blob
bd9558fb8c3c0d460291df93ae4129736133e377
1
#!/bin/bash
2
3
4
case
"
${1}
"
in
5
(
"purge"
)
6
rm
/
etc
/
wifi-radar.conf
7
;;
8
(*)
9
;;
10
esac
11
#DEBHELPER#