File: wvdial.postrm

package info (click to toggle)
wvdial 1.61-5
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 600 kB
  • sloc: cpp: 3,169; sh: 180; makefile: 158
file content (9 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

if [ "$1" = "purge" ]; then
	rm -f /etc/wvdial.conf
	rm -f /var/log/wvdialconf.log
fi

#DEBHELPER#