[fix] Do not use preinst script

This commit is contained in:
Le Kload 2015-10-01 23:17:04 +02:00
parent df8390151e
commit cc72a24893

11
debian/preinst vendored
View file

@ -1,11 +0,0 @@
#!/bin/sh
set -e
if [ -f /etc/init.d/yunohost-api ]; then
service yunohost-api stop
# nc -zv 127.0.0.1 6787 < /dev/null 2> /dev/null
# if [[ ! $? -eq 0 ]];
# then
# exit 1
# fi
fi