source: trunk/pkg/deb/jobarchived/DEBIAN/prerm @ 447

Last change on this file since 447 was 447, checked in by bastiaans, 17 years ago
  • pkg fixes
  • Property svn:executable set to *
File size: 126 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
Note: See TracBrowser for help on using the repository browser.