source: trunk/pkg/deb/jobmond/DEBIAN/postinst @ 420

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

pkg/deb/jobmond/DEBIAN/postinst:

  • path changed
  • Property svn:executable set to *
File size: 178 bytes
RevLine 
[378]1#!/bin/sh
2
3PATH=/bin:/sbin:/usr/bin:/usr/sbin
4
[420]5if [ -x /etc/init.d/jobmond ] && [ -x /usr/bin/jobmond ]
[378]6        then
7
8                update-rc.d -f jobmond defaults
9
10fi
11
12/etc/init.d/jobmond restart
Note: See TracBrowser for help on using the repository browser.