HEX
Server: Apache
System: Linux vmi318001.contaboserver.net 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64
User: boxelikax (1004)
PHP: 8.2.33
Disabled: NONE
Upload Files
File: //usr/share/debhelper/autoscripts/postrm-init
if [ "$1" = "remove" ] && [ -x "/etc/init.d/#SCRIPT#" ] ; then
	chmod -x "/etc/init.d/#SCRIPT#" >/dev/null || true
fi
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = "purge" ] ; then
	update-rc.d #SCRIPT# remove >/dev/null
fi