source:
trunk/pkg/deb/jobarchived/DEBIAN/prerm
@
453
Last change on this file since 453 was 453, checked in by bastiaans, 15 years ago | |
---|---|
|
|
File size: 134 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 |
7 | |
8 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.