13 lines
200 B
Bash
13 lines
200 B
Bash
#! /bin/sh
|
|
# postinst script for l2tpns
|
|
#
|
|
# see: dh_installdeb(1)
|
|
|
|
set -e
|
|
|
|
# dh_installdeb will replace this with shell code automatically
|
|
# generated by other debhelper scripts.
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|