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