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