source:
n4d-shutdowner-client/trunk/fuentes/debian/lliurex-zero-shutdown-client.postinst
@
5400
Last change on this file since 5400 was 5400, checked in by , 4 years ago | |
---|---|
File size: 232 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | set -e |
4 | |
5 | case "$1" in |
6 | configure) |
7 | |
8 | n4d-modules enable-plugin /etc/n4d/conf.d/ShutdownerClient || true |
9 | |
10 | ;; |
11 | |
12 | abort-upgrade|abort-remove|abort-deconfigure) |
13 | ;; |
14 | |
15 | *) |
16 | exit 1 |
17 | ;; |
18 | esac |
19 | |
20 | #DEBHELPER# |
21 | |
22 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.