2
0
Files
build.wfc/debbuild/DEBIAN/prerm
2025-02-24 14:05:48 +08:00

8 lines
115 B
Plaintext
Executable File

# !/bin/bash
wfc_bin_dir=/opt/wfc/bin
${wfc_bin_dir}/wfccontrol.sh stop
${wfc_bin_dir}/wfcsetup.sh rm all
exit 0