diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2014-03-08 18:03:11 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2014-03-08 18:03:11 +0100 |
commit | f0873edfebd5405fdbc3db93bc6832148abd3c31 (patch) | |
tree | 5277bcd4f613a9acf03e61e480d5f14ab0c61e18 /debian/strongswan-starter.postrm | |
parent | 4eb894c612261cae409a248eef0535a4fa9a9e8f (diff) | |
download | vyos-strongswan-f0873edfebd5405fdbc3db93bc6832148abd3c31.tar.gz vyos-strongswan-f0873edfebd5405fdbc3db93bc6832148abd3c31.zip |
Remove /var/lib/strongswan on purge
* debian/strongswan-starter,postrm:
- remove /var/lib/strongswan on purge.
Diffstat (limited to 'debian/strongswan-starter.postrm')
-rw-r--r-- | debian/strongswan-starter.postrm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/strongswan-starter.postrm b/debian/strongswan-starter.postrm index 93407b76e..ec4e6165e 100644 --- a/debian/strongswan-starter.postrm +++ b/debian/strongswan-starter.postrm @@ -40,6 +40,7 @@ if [ "$1" = "purge" ] ; then rm -rf /etc/ipsec.d/ rm -rf /var/run/pluto/ + rm -rf /var/lib/strongswan/ fi # dh_installdeb will replace this with shell code automatically |