imgtec-ci20: genimage config/ u-boot env
[openadk.git] / package / fuse3 / patches / patch-util_install_helper_sh
blob02aa038fcc05d770606e102b66d60c2353a03107
1 --- libfuse-fuse-3.16.2.orig/util/install_helper.sh     2023-10-10 09:38:49.000000000 +0200
2 +++ libfuse-fuse-3.16.2/util/install_helper.sh  2024-02-11 19:19:21.423803542 +0100
3 @@ -37,19 +37,3 @@ if $useroot; then
4      fi
5  fi
6  
7 -if [ "${udevrulesdir}" != "" ]; then
8 -    install -D -m 644 "${MESON_SOURCE_ROOT}/util/udev.rules" \
9 -        "${DESTDIR}${udevrulesdir}/99-fuse3.rules"
10 -fi
12 -if [ "$initscriptdir" != "" ]; then
13 -    install -D -m 755 "${MESON_SOURCE_ROOT}/util/init_script" \
14 -            "${DESTDIR}${initscriptdir}/fuse3"
16 -    if test -x /usr/sbin/update-rc.d && test -z "${DESTDIR}"; then
17 -        /usr/sbin/update-rc.d fuse3 start 34 S . start 41 0 6 . || /bin/true
18 -    else
19 -        echo "== FURTHER ACTION REQUIRED =="
20 -        echo "Make sure that your init system will start the ${DESTDIR}${initscriptdir}/init.d/fuse3 init script"
21 -    fi
22 -fi