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