File: secvpn.postinst

package info (click to toggle)
secvpn 2.20
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 544 kB
  • ctags: 11
  • sloc: sh: 518; makefile: 48
file content (9 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

# Remove the old symlinks to /etc/init.d/secvpn because with 2.17 we
# have new priorities (22 instead of 20).
update-rc.d -f secvpn remove >/dev/null

# Insert the stuff from the helper scripts
#DEBHELPER#