HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //proc/self/root/var/lib/dpkg/info/watchdog.prerm
#!/bin/sh

set -e 

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/watchdog ]; then
        rm -f /usr/doc/watchdog
fi

# Automatically added by dh_installsystemd/13ubuntu1
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
	deb-systemd-invoke stop 'wd_keepalive.service' >/dev/null || true
fi
# End automatically added section
# Automatically added by dh_installsystemd/13ubuntu1
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
	deb-systemd-invoke stop 'watchdog.service' >/dev/null || true
fi
# End automatically added section