Fixed app icon in control file.
[jenirok] / debian / prerm
1 #!/bin/sh
2
3 /etc/init.d/jenirokd stop >/dev/null 2>&1
4
5 exit 0
6