Add Debian package support

This commit is contained in:
Maxime Dor
2017-09-03 02:41:41 +02:00
parent 6df5ce227d
commit d456633a03
6 changed files with 166 additions and 12 deletions

10
src/debian/prerm Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Stop running instance if needed
systemctl stop mxisd.service
# Disable service if exists
systemctl disable mxisd.service
# remove symlink
rm /usr/bin/mxisd