Changed control file to utf-8 and updated changelog to new version.
[jenirok] / debian / preinst
1 #!/bin/sh
2
3 /etc/init.d/jenirokd stop >/dev/null 2>&1
4
5 exit 0
6