linuxOS_AP05/debian/base-linaro/binary/var/lib/dpkg/info/x11-common.prerm

8 lines
196 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -x "/etc/init.d/x11-common" ] && [ "$1" = remove ]; then
invoke-rc.d x11-common stop || exit $?
fi
# End automatically added section