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