source: trunk/pkg/deb/jobarchived/DEBIAN/postrm @ 441

Last change on this file since 441 was 441, checked in by bastiaans, 17 years ago
  • more pkg fixes
  • Property svn:executable set to *
File size: 110 bytes
Line 
1#!/bin/sh
2
3PATH=/bin:/sbin:/usr/bin:/usr/sbin
4
5/etc/init.d/jobarchived stop
6update-rc.d -f jobarchived remove
Note: See TracBrowser for help on using the repository browser.