source:
branches/1.0/debian/jobmonarch-jobmond.postrm
@
886
Last change on this file since 886 was 868, checked in by olahaye, 10 years ago | |
---|---|
|
|
File size: 184 bytes |
Rev | Line | |
---|---|---|
[868] | 1 | #!/bin/sh |
2 | ||
3 | set -e | |
4 | ||
5 | case "$1" in | |
6 | upgrade) | |
7 | # If the service is running, restart it. | |
8 | /etc/init.d/jobmond condrestart || true | |
9 | ;; | |
10 | *) | |
11 | ;; | |
12 | esac | |
13 | ||
14 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.