diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-07-09 11:33:52 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-07-09 11:33:52 +0000 |
commit | 6c52b4433653fcf6a617db3ca6a32f82b5faad75 (patch) | |
tree | 2515d180a75796c0a2c4386537625fdf7cace330 /debian/strongswan.postrm | |
parent | d77c03b304539cd2be9deac38b80e4a6c7bde4ba (diff) | |
download | vyos-strongswan-6c52b4433653fcf6a617db3ca6a32f82b5faad75.tar.gz vyos-strongswan-6c52b4433653fcf6a617db3ca6a32f82b5faad75.zip |
- Many small changes to make it a Debian policy compliant package.
- No longer build the KLIPS binary packages, because strongswan 4.x will
remove KLIPS anyway.
Diffstat (limited to 'debian/strongswan.postrm')
-rw-r--r-- | debian/strongswan.postrm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/strongswan.postrm b/debian/strongswan.postrm index f5aa182f1..8ccb5b7a9 100644 --- a/debian/strongswan.postrm +++ b/debian/strongswan.postrm @@ -1,5 +1,5 @@ #! /bin/sh -# postrm script for openswan +# postrm script for strongswan # # see: dh_installdeb(1) |