linuxOS_AP05/debian/base-linaro/binary/var/lib/dpkg/info/vpnc.preinst

11 lines
187 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
#!/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