Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
var
/
lib
/
dpkg
/
info
/
//proc/thread-self/root/var/lib/dpkg/info/init-system-helpers.postinst
#!/bin/sh set -e # See http://bugs.debian.org/722524 if dpkg --compare-versions "$2" lt "1.9"; then if [ -d /var/lib/systemd/deb-systemd-helper-enabled ]; then find /var/lib/systemd/deb-systemd-helper-enabled -type f -exec chmod 644 '{}' \; fi fi exit 0