Last change
on this file was
4043,
checked in by daduve, 4 years ago
|
Fix bug postinstall with capital letters in filename
|
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.