Files
server/var/lib/dpkg/info/x11-common.prerm
2026-01-07 20:52:11 +01:00

8 lines
260 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_installinit/13.14.1ubuntu5
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/x11-common" ] ; then
invoke-rc.d --skip-systemd-native x11-common stop || exit 1
fi
# End automatically added section