Skip to content

Commit c596550

Browse files
committed
correction update
1 parent e5bba07 commit c596550

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.debpkg/DEBIAN/postinst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
2+
echo "Update backends..."
23
/var/lib/sesame-daemon/backends-modules/openldap/update.sh

update.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ for DIR in "${INSTALLDIR}"/*; do
3131
cp "${MODULE_DIR}"/config.yml "${DIR}"
3232
mkdir -p "${DIR}/lib" "${DIR}/bin" "${DIR}/lifecycle"
3333

34-
for I in "${MODULE_DIR}"/lifecycle/*; do
35-
[[ -e "${I}" ]] || continue
36-
[[ "$(basename -- "${I}")" == "__pycache__" ]] && continue
37-
[[ -f "${I}" ]] || continue
38-
ln -sf "${I}" "${DIR}/lifecycle/"
39-
done
40-
4134
for I in "${MODULE_DIR}"/lib/*; do
4235
[[ -e "${I}" ]] || continue
4336
[[ "$(basename -- "${I}")" == "__pycache__" ]] && continue

0 commit comments

Comments
 (0)