projects
/
l2tpns.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
61b4735015c1bbec648aa9ec88986e20210a2d87
[l2tpns.git]
/
debian
/
preinst
1
#! /bin/sh
2
# preinst script for l2tpns
3
4
set -e
5
6
# dh_installdeb will replace this with shell code automatically
7
# generated by other debhelper scripts.
8
9
#DEBHELPER#
10
11
exit 0
12
13