source: trunk/pkg/deb/jobmond/DEBIAN/postrm @ 446

Last change on this file since 446 was 446, checked in by bastiaans, 17 years ago

pkg/deb/jobarchived/DEBIAN/prerm:

  • removed

pkg/deb/jobarchived/DEBIAN/postrm,
pkg/deb/jobmond/DEBIAN/postrm:

  • return true always
  • Property svn:executable set to *
File size: 118 bytes
RevLine 
[378]1#!/bin/sh
2
3PATH=/bin:/sbin:/usr/bin:/usr/sbin
4
[446]5/etc/init.d/jobmond stop || true
6update-rc.d -f jobmond remove || true
Note: See TracBrowser for help on using the repository browser.