First commit
[jenirok] / debian / preinst
1 #!/bin/sh -e
2
3 /etc/init.d/jenirokd stop
4
5 exit 0
6