1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Add initial Debian packages files

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-03-04 16:41:52 +01:00
parent 637e2ee08a
commit 91116306a1
6 changed files with 51 additions and 0 deletions

15
debian/postinst vendored Normal file
View file

@ -0,0 +1,15 @@
#!/bin/sh -e
test $DEBIAN_SCRIPT_DEBUG && set -v -x
# use debconf
. /usr/share/debconf/confmodule
cd /usr/share/omr-server
LOCALFILES=no SOURCES=no sh build.sh
db_stop
#DEBHELPER#
exit 0
# vim:set ai et sts=2 sw=2 tw=0: