source:
trunk/pkg/deb/jobmond/DEBIAN/postrm
@
446
Last change on this file since 446 was 446, checked in by bastiaans, 16 years ago | |
---|---|
|
|
File size: 118 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | PATH=/bin:/sbin:/usr/bin:/usr/sbin |
4 | |
5 | /etc/init.d/jobmond stop || true |
6 | update-rc.d -f jobmond remove || true |
Note: See TracBrowser
for help on using the repository browser.