mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
5 lines
96 B
Text
5 lines
96 B
Text
|
post_remove(){
|
||
|
rm etc/wifi-radar.conf &> /dev/null
|
||
|
rm var/log/wifi-radar.log &> /dev/null
|
||
|
}
|