source: branches/1.0/debian/jobmonarch-jobarchived.prerm @ 852

Last change on this file since 852 was 846, checked in by olahaye, 11 years ago

Debianized jobmonarch

  • Property svn:executable set to *
File size: 134 bytes
Line 
1#!/bin/sh
2
3PATH=/bin:/sbin:/usr/bin:/usr/sbin
4
5/etc/init.d/jobarchived stop || true
6update-rc.d -f jobarchived remove || true
7
8exit 0
Note: See TracBrowser for help on using the repository browser.