source:
ogAgent-Git/linux/debian/ogagent.postrm.debhelper
@
a0bd02c
Last change on this file since a0bd02c was 11f7a07, checked in by , 9 years ago | |
---|---|
|
|
File size: 342 bytes |
Rev | Line | |
---|---|---|
[11f7a07] | 1 | # Automatically added by dh_installinit |
2 | if [ "$1" = "purge" ] ; then | |
3 | update-rc.d ogagent remove >/dev/null | |
4 | fi | |
5 | ||
6 | ||
7 | # In case this system is running systemd, we make systemd reload the unit files | |
8 | # to pick up changes. | |
9 | if [ -d /run/systemd/system ] ; then | |
10 | systemctl --system daemon-reload >/dev/null || true | |
11 | fi | |
12 | # End automatically added section |
Note: See TracBrowser
for help on using the repository browser.