11 lines
187 B
Bash
Executable File
11 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
dpkg-maintscript-helper rm_conffile /etc/vpnc/example.conf 0.5.3r449-3 -- "$@"
|
|
dpkg-maintscript-helper rm_conffile /etc/vpnc/vpnc-script 0.5.3r550-1~ -- "$@"
|
|
|
|
|
|
|
|
exit 0
|