diff options
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 |