1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-02-15 04:42:12 +00:00
openmptcprouter-vps/debian/postinst
Ycarus (Yannick Chabanois) c64bed8db5 Fix script name
2021-03-08 15:50:32 +00:00

15 lines
No EOL
233 B
Bash

#!/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 debian9-x86_64.sh
db_stop
#DEBHELPER#
exit 0
# vim:set ai et sts=2 sw=2 tw=0: