Skip to content

Commit 92b9667

Browse files
committed
disto UPDATE deb scripts fixes
1 parent 481b5c6 commit 92b9667

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

distro/pkg/deb/netopeer2.postinst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,16 @@ case "$1" in
2424
addgroup --quiet --system netconf
2525
fi
2626
env - \
27-
SYSREPOCTL_EXECUTABLE=sysrepoctl \
2827
NP2_MODULE_DIR=/usr/share/yang/modules/netopeer2 \
2928
NP2_MODULE_PERMS=660 \
3029
NP2_MODULE_OWNER=root \
3130
NP2_MODULE_GROUP=netconf \
31+
LN2_MODULE_DIR=/usr/share/yang/modules/libnetconf2 \
3232
bash /usr/share/netopeer2/scripts/setup.sh
3333
env - \
34-
SYSREPOCFG_EXECUTABLE=sysrepocfg \
35-
OPENSSL_EXECUTABLE=openssl \
36-
bash /usr/share/netopeer2/scripts/merge_hostkey.sh
34+
bash /usr/share/netopeer2/scripts/merge_hostkey.sh
3735
env - \
38-
SYSREPOCFG_EXECUTABLE=sysrepocfg \
39-
bash /usr/share/netopeer2/scripts/merge_config.sh
36+
bash /usr/share/netopeer2/scripts/merge_config.sh
4037
;;
4138

4239
abort-upgrade|abort-remove|abort-deconfigure)

0 commit comments

Comments
 (0)