HOME


Mini Shell 1.0
DIR: /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/x11-common.prerm
#!/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