semi-working build script for deb packages

This commit is contained in:
John McLear 2013-11-24 02:42:50 +00:00
parent 8b821d42a2
commit 61df1facd2
7 changed files with 226 additions and 0 deletions

4
bin/deb-src/DEBIAN/prerm Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
# Stop the appserver:
service etherpad stop || true