diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-11-02 23:31:37 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-11-02 23:31:37 +0000 |
commit | 56e6be606231f8e8de4fb36ce5f8bbe717ec6d9a (patch) | |
tree | 2be860c3caf21ed4a6646c8ad5f5136fbaae04ec /debian/strongswan.postrm | |
parent | 6c43665b8378bf94964804affcb91d2bfe027949 (diff) | |
download | vyos-strongswan-56e6be606231f8e8de4fb36ce5f8bbe717ec6d9a.tar.gz vyos-strongswan-56e6be606231f8e8de4fb36ce5f8bbe717ec6d9a.zip |
- Install init script as /etc/init.d/ipsec instead of as strongswan.
- Try to fix postinst and init scripts to actually work with the
recent changes.
Diffstat (limited to 'debian/strongswan.postrm')
-rw-r--r-- | debian/strongswan.postrm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/strongswan.postrm b/debian/strongswan.postrm index 8ccb5b7a9..e42af1082 100644 --- a/debian/strongswan.postrm +++ b/debian/strongswan.postrm @@ -30,10 +30,6 @@ case "$1" in esac -if [ "$1" = "purge" ] ; then - update-rc.d ipsec remove >/dev/null -fi - # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. |